Html Css Color HEX #07EABE Bright Turquoise

📋 copy color: '#07EABE'

red 7 ◦ green 234 ◦ blue 190

#07EABE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #07EABE

Tints of Bright Turquoise #07EABE

RGB

 RED value IS 7 (3.13% from 255) = 1.62%

 GREEN value IS 234 (91.8% from 255) = 54.29%

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 1.62%
G = 54.29%
B = 44.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#07EABE (or 0x07EABE) is known color: Bright Turquoise. HEX triplet: 07, EA and BE. RGB value is (7,234,190). Sum of RGB (Red+Green+Blue) = 7+234+190=431 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.62% from 431); Green value is 234 (91.80% from 255 or 54.29% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 234 - color contains mainly: green. Hex color #07EABE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EABE is #F81541. Grayscale: #A1A1A1. Windows color (decimal): -16258370 or 12511751. OLE color: 12511751.

HSL color Cylindrical-coordinate representation of color #07EABE: hue angle of 168.37º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EABE is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 234 190 -
CMYK 0.97 0 0.19 0.08
HSL 168.37º 0.94% 0.47% -
HSV(B) 168.37º 0.97% 0.92% -
XYZ 38.8 62.61 58.75 -
YUV 161.11 144.29 18.08 -
System Red Green Blue C M Y K H S L
Decimal 7 234 190 0.97 0 0.19 0.08 168.37 0.94 0.47
Hex 7 EA BE 61 0 13 8 A8 5E 2F
Octal 7 352 276 141 0 23 10 250 136 57
Binary 111 11101010 10111110 1100001 0 10011 1000 10101000 1011110 101111

Color Harmonies of #07EABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EABE

Black with #07EABE

Text Example


Text Example

White with #07EABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07EABE; }

 p { color: rgb(7,234,190); }

 H1.HeaderClassName
 {
   color: #07EABE;
 }
 .AnyTagClassName
 {
   color: #07EABE;
 }
</style>

background-color css

<style>
 a { background-color: #07EABE; }

 a { background-color: rgb(7,234,190); }

 div.DivClassName
 {
   background-color: #07EABE;
 }
 .BgClassName
 {
   background-color: #07EABE;
 }
</style>

border-color css

<style>
 span { border-color: #07EABE; }

 span { border-color: rgb(7,234,190); }

 td.TdClassName
 {
   border-color: #07EABE;
 }
 .TagClassName
 {
   border-color: #07EABE;
 }
</style>