Shades of Dark Turquoise #08C3E5
Tints of Dark Turquoise #08C3E5
RGB
CMYK
RGB Variations
Color information
#08C3E5 (or 0x08C3E5) is known color: Dark Turquoise. HEX triplet: 08, C3 and E5. RGB value is (8,195,229). Sum of RGB (Red+Green+Blue) = 8+195+229=432 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.85% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 229 (89.84% from 255 or 53.01% from 432); Max value from RGB is 229 - color contains mainly: blue. Hex color #08C3E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C3E5 is #F73C1A. Grayscale: #8E8E8E. Windows color (decimal): -16202779 or 15057672. OLE color: 15057672.
HSL color Cylindrical-coordinate representation of color #08C3E5: hue angle of 189.23º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08C3E5 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 195 | 229 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.10 |
| HSL | 189.23º | 0.93% | 0.46% | - |
| HSV(B) | 189.23º | 0.97% | 0.9% | - |
| XYZ | 33.76 | 44.74 | 80.98 | - |
| YUV | 142.96 | 176.55 | 31.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 195 | 229 | 0.97 | 0.15 | 0 | 0.10 | 189.23 | 0.93 | 0.46 |
| Hex | 8 | C3 | E5 | 61 | F | 0 | A | BD | 5D | 2E |
| Octal | 10 | 303 | 345 | 141 | 17 | 0 | 12 | 275 | 135 | 56 |
| Binary | 1000 | 11000011 | 11100101 | 1100001 | 1111 | 0 | 1010 | 10111101 | 1011101 | 101110 |
Color Harmonies of #08C3E5
Complementary color
Monochromatic Colors of #08C3E5
Black with #08C3E5
Text Example
Text Example
White with #08C3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C3E5; }
p { color: rgb(8,195,229); }
H1.HeaderClassName
{
color: #08C3E5;
}
.AnyTagClassName
{
color: #08C3E5;
}
</style>
background-color css
<style>
a { background-color: #08C3E5; }
a { background-color: rgb(8,195,229); }
div.DivClassName
{
background-color: #08C3E5;
}
.BgClassName
{
background-color: #08C3E5;
}
</style>
border-color css
<style>
span { border-color: #08C3E5; }
span { border-color: rgb(8,195,229); }
td.TdClassName
{
border-color: #08C3E5;
}
.TagClassName
{
border-color: #08C3E5;
}
</style>