Shades of Bright Turquoise #08DFD2
Tints of Bright Turquoise #08DFD2
RGB
CMYK
RGB Variations
Color information
#08DFD2 (or 0x08DFD2) is known color: Bright Turquoise. HEX triplet: 08, DF and D2. RGB value is (8,223,210). Sum of RGB (Red+Green+Blue) = 8+223+210=441 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 210 (82.42% from 255 or 47.62% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #08DFD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DFD2 is #F7202D. Grayscale: #9D9D9D. Windows color (decimal): -16195630 or 13819656. OLE color: 13819656.
HSL color Cylindrical-coordinate representation of color #08DFD2: hue angle of 176.37º 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 #08DFD2 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 223 | 210 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.13 |
| HSL | 176.37º | 0.93% | 0.45% | - |
| HSV(B) | 176.37º | 0.96% | 0.87% | - |
| XYZ | 38.12 | 57.48 | 70.06 | - |
| YUV | 157.23 | 157.77 | 21.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 223 | 210 | 0.96 | 0 | 0.06 | 0.13 | 176.37 | 0.93 | 0.45 |
| Hex | 8 | DF | D2 | 60 | 0 | 6 | D | B0 | 5D | 2D |
| Octal | 10 | 337 | 322 | 140 | 0 | 6 | 15 | 260 | 135 | 55 |
| Binary | 1000 | 11011111 | 11010010 | 1100000 | 0 | 110 | 1101 | 10110000 | 1011101 | 101101 |
Color Harmonies of #08DFD2
Complementary color
Monochromatic Colors of #08DFD2
Black with #08DFD2
Text Example
Text Example
White with #08DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DFD2; }
p { color: rgb(8,223,210); }
H1.HeaderClassName
{
color: #08DFD2;
}
.AnyTagClassName
{
color: #08DFD2;
}
</style>
background-color css
<style>
a { background-color: #08DFD2; }
a { background-color: rgb(8,223,210); }
div.DivClassName
{
background-color: #08DFD2;
}
.BgClassName
{
background-color: #08DFD2;
}
</style>
border-color css
<style>
span { border-color: #08DFD2; }
span { border-color: rgb(8,223,210); }
td.TdClassName
{
border-color: #08DFD2;
}
.TagClassName
{
border-color: #08DFD2;
}
</style>