Html Css Color HEX #08DEDB Bright Turquoise

📋 copy color: '#08DEDB'

red 8 ◦ green 222 ◦ blue 219

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

Shades of Bright Turquoise #08DEDB

Tints of Bright Turquoise #08DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.44%

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

R = 1.78%
G = 49.44%
B = 48.78%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#08DEDB (or 0x08DEDB) is known color: Bright Turquoise. HEX triplet: 08, DE and DB. RGB value is (8,222,219). Sum of RGB (Red+Green+Blue) = 8+222+219=449 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.78% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 222 - color contains mainly: green. Hex color #08DEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DEDB is #F72124. Grayscale: #9D9D9D. Windows color (decimal): -16195877 or 14409224. OLE color: 14409224.

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

Color convert

RGB 8 222 219 -
CMYK 0.96 0 0.01 0.13
HSL 179.16º 0.93% 0.45% -
HSV(B) 179.16º 0.96% 0.87% -
XYZ 39.01 57.41 76.04 -
YUV 157.67 162.6 21.24 -
System Red Green Blue C M Y K H S L
Decimal 8 222 219 0.96 0 0.01 0.13 179.16 0.93 0.45
Hex 8 DE DB 60 0 1 D B3 5D 2D
Octal 10 336 333 140 0 1 15 263 135 55
Binary 1000 11011110 11011011 1100000 0 1 1101 10110011 1011101 101101

Color Harmonies of #08DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DEDB

Black with #08DEDB

Text Example


Text Example

White with #08DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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