Html Css Color HEX #08EAC2 Bright Turquoise

📋 copy color: '#08EAC2'

red 8 ◦ green 234 ◦ blue 194

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

Shades of Bright Turquoise #08EAC2

Tints of Bright Turquoise #08EAC2

RGB

 RED value IS 8 (3.52% from 255) = 1.83%

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

 BLUE value IS 194 (76.17% from 255) = 44.5%

R = 1.83%
G = 53.67%
B = 44.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#08EAC2 (or 0x08EAC2) is known color: Bright Turquoise. HEX triplet: 08, EA and C2. RGB value is (8,234,194). Sum of RGB (Red+Green+Blue) = 8+234+194=436 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.83% from 436); Green value is 234 (91.80% from 255 or 53.67% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 234 - color contains mainly: green. Hex color #08EAC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EAC2 is #F7153D. Grayscale: #A1A1A1. Windows color (decimal): -16192830 or 12773896. OLE color: 12773896.

HSL color Cylindrical-coordinate representation of color #08EAC2: hue angle of 169.38º degrees, saturation: 0.93, 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 #08EAC2 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 234 194 -
CMYK 0.97 0 0.17 0.08
HSL 169.38º 0.93% 0.47% -
HSV(B) 169.38º 0.97% 0.92% -
XYZ 39.26 62.79 61.09 -
YUV 161.87 146.13 18.25 -
System Red Green Blue C M Y K H S L
Decimal 8 234 194 0.97 0 0.17 0.08 169.38 0.93 0.47
Hex 8 EA C2 61 0 11 8 A9 5D 2F
Octal 10 352 302 141 0 21 10 251 135 57
Binary 1000 11101010 11000010 1100001 0 10001 1000 10101001 1011101 101111

Color Harmonies of #08EAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08EAC2

Black with #08EAC2

Text Example


Text Example

White with #08EAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08EAC2; }

 p { color: rgb(8,234,194); }

 H1.HeaderClassName
 {
   color: #08EAC2;
 }
 .AnyTagClassName
 {
   color: #08EAC2;
 }
</style>

background-color css

<style>
 a { background-color: #08EAC2; }

 a { background-color: rgb(8,234,194); }

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

border-color css

<style>
 span { border-color: #08EAC2; }

 span { border-color: rgb(8,234,194); }

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