Shades of Bright Turquoise #0CDDEE
Tints of Bright Turquoise #0CDDEE
RGB
CMYK
RGB Variations
Color information
#0CDDEE (or 0x0CDDEE) is known color: Bright Turquoise. HEX triplet: 0C, DD and EE. RGB value is (12,221,238). Sum of RGB (Red+Green+Blue) = 12+221+238=471 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.55% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #0CDDEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDDEE is #F32211. Grayscale: #A0A0A0. Windows color (decimal): -15933970 or 15654156. OLE color: 15654156.
HSL color Cylindrical-coordinate representation of color #0CDDEE: hue angle of 184.51º 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 #0CDDEE is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 221 | 238 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.07 |
| HSL | 184.51º | 0.9% | 0.49% | - |
| HSV(B) | 184.51º | 0.95% | 0.93% | - |
| XYZ | 41.44 | 57.96 | 89.89 | - |
| YUV | 160.45 | 171.76 | 22.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 238 | 0.95 | 0.07 | 0 | 0.07 | 184.51 | 0.9 | 0.49 |
| Hex | C | DD | EE | 5F | 7 | 0 | 7 | B9 | 5A | 31 |
| Octal | 14 | 335 | 356 | 137 | 7 | 0 | 7 | 271 | 132 | 61 |
| Binary | 1100 | 11011101 | 11101110 | 1011111 | 111 | 0 | 111 | 10111001 | 1011010 | 110001 |
Color Harmonies of #0CDDEE
Complementary color
Monochromatic Colors of #0CDDEE
Black with #0CDDEE
Text Example
Text Example
White with #0CDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDEE; }
p { color: rgb(12,221,238); }
H1.HeaderClassName
{
color: #0CDDEE;
}
.AnyTagClassName
{
color: #0CDDEE;
}
</style>
background-color css
<style>
a { background-color: #0CDDEE; }
a { background-color: rgb(12,221,238); }
div.DivClassName
{
background-color: #0CDDEE;
}
.BgClassName
{
background-color: #0CDDEE;
}
</style>
border-color css
<style>
span { border-color: #0CDDEE; }
span { border-color: rgb(12,221,238); }
td.TdClassName
{
border-color: #0CDDEE;
}
.TagClassName
{
border-color: #0CDDEE;
}
</style>