Html Css Color HEX #08E1DB Bright Turquoise

📋 copy color: '#08E1DB'

red 8 ◦ green 225 ◦ blue 219

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

Shades of Bright Turquoise #08E1DB

Tints of Bright Turquoise #08E1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 1.77%
G = 49.78%
B = 48.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#08E1DB (or 0x08E1DB) is known color: Bright Turquoise. HEX triplet: 08, E1 and DB. RGB value is (8,225,219). Sum of RGB (Red+Green+Blue) = 8+225+219=452 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.77% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #08E1DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08E1DB is #F71E24. Grayscale: #9F9F9F. Windows color (decimal): -16195109 or 14409992. OLE color: 14409992.

HSL color Cylindrical-coordinate representation of color #08E1DB: hue angle of 178.34º 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 #08E1DB is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 225 219 -
CMYK 0.96 0 0.03 0.12
HSL 178.34º 0.93% 0.46% -
HSV(B) 178.34º 0.96% 0.88% -
XYZ 39.81 59.02 76.31 -
YUV 159.43 161.61 19.99 -
System Red Green Blue C M Y K H S L
Decimal 8 225 219 0.96 0 0.03 0.12 178.34 0.93 0.46
Hex 8 E1 DB 60 0 3 C B2 5D 2E
Octal 10 341 333 140 0 3 14 262 135 56
Binary 1000 11100001 11011011 1100000 0 11 1100 10110010 1011101 101110

Color Harmonies of #08E1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08E1DB

Black with #08E1DB

Text Example


Text Example

White with #08E1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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