Html Css Color HEX #08E2DB Bright Turquoise

📋 copy color: '#08E2DB'

red 8 ◦ green 226 ◦ blue 219

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

Shades of Bright Turquoise #08E2DB

Tints of Bright Turquoise #08E2DB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.89%

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

R = 1.77%
G = 49.89%
B = 48.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#08E2DB (or 0x08E2DB) is known color: Bright Turquoise. HEX triplet: 08, E2 and DB. RGB value is (8,226,219). Sum of RGB (Red+Green+Blue) = 8+226+219=453 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.77% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #08E2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08E2DB is #F71D24. Grayscale: #9F9F9F. Windows color (decimal): -16194853 or 14410248. OLE color: 14410248.

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

Color convert

RGB 8 226 219 -
CMYK 0.96 0 0.03 0.11
HSL 178.07º 0.93% 0.46% -
HSV(B) 178.07º 0.96% 0.89% -
XYZ 40.08 59.56 76.4 -
YUV 160.02 161.28 19.57 -
System Red Green Blue C M Y K H S L
Decimal 8 226 219 0.96 0 0.03 0.11 178.07 0.93 0.46
Hex 8 E2 DB 60 0 3 B B2 5D 2E
Octal 10 342 333 140 0 3 13 262 135 56
Binary 1000 11100010 11011011 1100000 0 11 1011 10110010 1011101 101110

Color Harmonies of #08E2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08E2DB

Black with #08E2DB

Text Example


Text Example

White with #08E2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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