Shades of Bright Turquoise #08DCD3
Tints of Bright Turquoise #08DCD3
RGB
CMYK
RGB Variations
Color information
#08DCD3 (or 0x08DCD3) is known color: Bright Turquoise. HEX triplet: 08, DC and D3. RGB value is (8,220,211). Sum of RGB (Red+Green+Blue) = 8+220+211=439 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.82% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #08DCD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DCD3 is #F7232C. Grayscale: #9B9B9B. Windows color (decimal): -16196397 or 13884424. OLE color: 13884424.
HSL color Cylindrical-coordinate representation of color #08DCD3: hue angle of 177.45º 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 #08DCD3 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 220 | 211 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.14 |
| HSL | 177.45º | 0.93% | 0.45% | - |
| HSV(B) | 177.45º | 0.96% | 0.86% | - |
| XYZ | 37.45 | 55.94 | 70.45 | - |
| YUV | 155.59 | 159.26 | 22.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 220 | 211 | 0.96 | 0 | 0.04 | 0.14 | 177.45 | 0.93 | 0.45 |
| Hex | 8 | DC | D3 | 60 | 0 | 4 | E | B1 | 5D | 2D |
| Octal | 10 | 334 | 323 | 140 | 0 | 4 | 16 | 261 | 135 | 55 |
| Binary | 1000 | 11011100 | 11010011 | 1100000 | 0 | 100 | 1110 | 10110001 | 1011101 | 101101 |
Color Harmonies of #08DCD3
Complementary color
Monochromatic Colors of #08DCD3
Black with #08DCD3
Text Example
Text Example
White with #08DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DCD3; }
p { color: rgb(8,220,211); }
H1.HeaderClassName
{
color: #08DCD3;
}
.AnyTagClassName
{
color: #08DCD3;
}
</style>
background-color css
<style>
a { background-color: #08DCD3; }
a { background-color: rgb(8,220,211); }
div.DivClassName
{
background-color: #08DCD3;
}
.BgClassName
{
background-color: #08DCD3;
}
</style>
border-color css
<style>
span { border-color: #08DCD3; }
span { border-color: rgb(8,220,211); }
td.TdClassName
{
border-color: #08DCD3;
}
.TagClassName
{
border-color: #08DCD3;
}
</style>