Html Css Color HEX #08DFDB Bright Turquoise

📋 copy color: '#08DFDB'

red 8 ◦ green 223 ◦ blue 219

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

Shades of Bright Turquoise #08DFDB

Tints of Bright Turquoise #08DFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.56%

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

R = 1.78%
G = 49.56%
B = 48.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#08DFDB (or 0x08DFDB) is known color: Bright Turquoise. HEX triplet: 08, DF and DB. RGB value is (8,223,219). Sum of RGB (Red+Green+Blue) = 8+223+219=450 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.78% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #08DFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DFDB is #F72024. Grayscale: #9E9E9E. Windows color (decimal): -16195621 or 14409480. OLE color: 14409480.

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

Color convert

RGB 8 223 219 -
CMYK 0.96 0 0.02 0.13
HSL 178.88º 0.93% 0.45% -
HSV(B) 178.88º 0.96% 0.87% -
XYZ 39.27 57.94 76.13 -
YUV 158.26 162.27 20.83 -
System Red Green Blue C M Y K H S L
Decimal 8 223 219 0.96 0 0.02 0.13 178.88 0.93 0.45
Hex 8 DF DB 60 0 2 D B3 5D 2D
Octal 10 337 333 140 0 2 15 263 135 55
Binary 1000 11011111 11011011 1100000 0 10 1101 10110011 1011101 101101

Color Harmonies of #08DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DFDB

Black with #08DFDB

Text Example


Text Example

White with #08DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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