Shades of Bright Turquoise #0CDFEC
Tints of Bright Turquoise #0CDFEC
RGB
CMYK
RGB Variations
Color information
#0CDFEC (or 0x0CDFEC) is known color: Bright Turquoise. HEX triplet: 0C, DF and EC. RGB value is (12,223,236). Sum of RGB (Red+Green+Blue) = 12+223+236=471 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.55% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #0CDFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDFEC is #F32013. Grayscale: #A1A1A1. Windows color (decimal): -15933460 or 15523596. OLE color: 15523596.
HSL color Cylindrical-coordinate representation of color #0CDFEC: hue angle of 183.48º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDFEC is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 223 | 236 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.07 |
| HSL | 183.48º | 0.9% | 0.49% | - |
| HSV(B) | 183.48º | 0.95% | 0.93% | - |
| XYZ | 41.68 | 58.91 | 88.53 | - |
| YUV | 161.39 | 170.1 | 21.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 236 | 0.95 | 0.06 | 0 | 0.07 | 183.48 | 0.9 | 0.49 |
| Hex | C | DF | EC | 5F | 6 | 0 | 7 | B7 | 5A | 31 |
| Octal | 14 | 337 | 354 | 137 | 6 | 0 | 7 | 267 | 132 | 61 |
| Binary | 1100 | 11011111 | 11101100 | 1011111 | 110 | 0 | 111 | 10110111 | 1011010 | 110001 |
Color Harmonies of #0CDFEC
Complementary color
Monochromatic Colors of #0CDFEC
Black with #0CDFEC
Text Example
Text Example
White with #0CDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDFEC; }
p { color: rgb(12,223,236); }
H1.HeaderClassName
{
color: #0CDFEC;
}
.AnyTagClassName
{
color: #0CDFEC;
}
</style>
background-color css
<style>
a { background-color: #0CDFEC; }
a { background-color: rgb(12,223,236); }
div.DivClassName
{
background-color: #0CDFEC;
}
.BgClassName
{
background-color: #0CDFEC;
}
</style>
border-color css
<style>
span { border-color: #0CDFEC; }
span { border-color: rgb(12,223,236); }
td.TdClassName
{
border-color: #0CDFEC;
}
.TagClassName
{
border-color: #0CDFEC;
}
</style>