Shades of Bright Turquoise #0CD2EA
Tints of Bright Turquoise #0CD2EA
RGB
CMYK
RGB Variations
Color information
#0CD2EA (or 0x0CD2EA) is known color: Bright Turquoise. HEX triplet: 0C, D2 and EA. RGB value is (12,210,234). Sum of RGB (Red+Green+Blue) = 12+210+234=456 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.63% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #0CD2EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CD2EA is #F32D15. Grayscale: #999999. Windows color (decimal): -15936790 or 15389196. OLE color: 15389196.
HSL color Cylindrical-coordinate representation of color #0CD2EA: hue angle of 186.49º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CD2EA is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 210 | 234 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.08 |
| HSL | 186.49º | 0.9% | 0.48% | - |
| HSV(B) | 186.49º | 0.95% | 0.92% | - |
| XYZ | 38.05 | 52.11 | 85.9 | - |
| YUV | 153.53 | 173.4 | 27.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 234 | 0.95 | 0.10 | 0 | 0.08 | 186.49 | 0.9 | 0.48 |
| Hex | C | D2 | EA | 5F | A | 0 | 8 | BA | 5A | 30 |
| Octal | 14 | 322 | 352 | 137 | 12 | 0 | 10 | 272 | 132 | 60 |
| Binary | 1100 | 11010010 | 11101010 | 1011111 | 1010 | 0 | 1000 | 10111010 | 1011010 | 110000 |
Color Harmonies of #0CD2EA
Complementary color
Monochromatic Colors of #0CD2EA
Black with #0CD2EA
Text Example
Text Example
White with #0CD2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD2EA; }
p { color: rgb(12,210,234); }
H1.HeaderClassName
{
color: #0CD2EA;
}
.AnyTagClassName
{
color: #0CD2EA;
}
</style>
background-color css
<style>
a { background-color: #0CD2EA; }
a { background-color: rgb(12,210,234); }
div.DivClassName
{
background-color: #0CD2EA;
}
.BgClassName
{
background-color: #0CD2EA;
}
</style>
border-color css
<style>
span { border-color: #0CD2EA; }
span { border-color: rgb(12,210,234); }
td.TdClassName
{
border-color: #0CD2EA;
}
.TagClassName
{
border-color: #0CD2EA;
}
</style>