Html Css Color HEX #08D9DB Bright Turquoise

📋 copy color: '#08D9DB'

red 8 ◦ green 217 ◦ blue 219

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

Shades of Bright Turquoise #08D9DB

Tints of Bright Turquoise #08D9DB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.87%

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

R = 1.8%
G = 48.87%
B = 49.32%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#08D9DB (or 0x08D9DB) is known color: Bright Turquoise. HEX triplet: 08, D9 and DB. RGB value is (8,217,219). Sum of RGB (Red+Green+Blue) = 8+217+219=444 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.80% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #08D9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08D9DB is #F72624. Grayscale: #9A9A9A. Windows color (decimal): -16197157 or 14407944. OLE color: 14407944.

HSL color Cylindrical-coordinate representation of color #08D9DB: hue angle of 180.57º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D9DB is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 217 219 -
CMYK 0.96 0.01 0 0.14
HSL 180.57º 0.93% 0.45% -
HSV(B) 180.57º 0.96% 0.86% -
XYZ 37.7 54.79 75.61 -
YUV 154.74 164.26 23.34 -
System Red Green Blue C M Y K H S L
Decimal 8 217 219 0.96 0.01 0 0.14 180.57 0.93 0.45
Hex 8 D9 DB 60 1 0 E B5 5D 2D
Octal 10 331 333 140 1 0 16 265 135 55
Binary 1000 11011001 11011011 1100000 1 0 1110 10110101 1011101 101101

Color Harmonies of #08D9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D9DB

Black with #08D9DB

Text Example


Text Example

White with #08D9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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