Html Css Color HEX #08E1CB Bright Turquoise

📋 copy color: '#08E1CB'

red 8 ◦ green 225 ◦ blue 203

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

Shades of Bright Turquoise #08E1CB

Tints of Bright Turquoise #08E1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.61%

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 1.83%
G = 51.61%
B = 46.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#08E1CB (or 0x08E1CB) is known color: Bright Turquoise. HEX triplet: 08, E1 and CB. RGB value is (8,225,203). Sum of RGB (Red+Green+Blue) = 8+225+203=436 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.83% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #08E1CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08E1CB is #F71E34. Grayscale: #9D9D9D. Windows color (decimal): -16195125 or 13361416. OLE color: 13361416.

HSL color Cylindrical-coordinate representation of color #08E1CB: hue angle of 173.92º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E1CB is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 225 203 -
CMYK 0.96 0 0.10 0.12
HSL 173.92º 0.93% 0.46% -
HSV(B) 173.92º 0.96% 0.88% -
XYZ 37.8 58.21 65.74 -
YUV 157.61 153.61 21.29 -
System Red Green Blue C M Y K H S L
Decimal 8 225 203 0.96 0 0.10 0.12 173.92 0.93 0.46
Hex 8 E1 CB 60 0 A C AE 5D 2E
Octal 10 341 313 140 0 12 14 256 135 56
Binary 1000 11100001 11001011 1100000 0 1010 1100 10101110 1011101 101110

Color Harmonies of #08E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08E1CB

Black with #08E1CB

Text Example


Text Example

White with #08E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,225,203); }

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

background-color css

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

 a { background-color: rgb(8,225,203); }

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

border-color css

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

 span { border-color: rgb(8,225,203); }

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