Html Css Color HEX #08EABD Bright Turquoise

📋 copy color: '#08EABD'

red 8 ◦ green 234 ◦ blue 189

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

Shades of Bright Turquoise #08EABD

Tints of Bright Turquoise #08EABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 1.86%
G = 54.29%
B = 43.85%

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

#08EABD (or 0x08EABD) is known color: Bright Turquoise. HEX triplet: 08, EA and BD. RGB value is (8,234,189). Sum of RGB (Red+Green+Blue) = 8+234+189=431 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.86% from 431); Green value is 234 (91.80% from 255 or 54.29% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 234 - color contains mainly: green. Hex color #08EABD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EABD is #F71542. Grayscale: #A1A1A1. Windows color (decimal): -16192835 or 12446216. OLE color: 12446216.

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

Color convert

RGB 8 234 189 -
CMYK 0.97 0 0.19 0.08
HSL 168.05º 0.93% 0.47% -
HSV(B) 168.05º 0.97% 0.92% -
XYZ 38.71 62.57 58.18 -
YUV 161.3 143.63 18.66 -
System Red Green Blue C M Y K H S L
Decimal 8 234 189 0.97 0 0.19 0.08 168.05 0.93 0.47
Hex 8 EA BD 61 0 13 8 A8 5D 2F
Octal 10 352 275 141 0 23 10 250 135 57
Binary 1000 11101010 10111101 1100001 0 10011 1000 10101000 1011101 101111

Color Harmonies of #08EABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08EABD

Black with #08EABD

Text Example


Text Example

White with #08EABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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