Shades of Bright Turquoise #0CDDEB
Tints of Bright Turquoise #0CDDEB
RGB
CMYK
RGB Variations
Color information
#0CDDEB (or 0x0CDDEB) is known color: Bright Turquoise. HEX triplet: 0C, DD and EB. RGB value is (12,221,235). Sum of RGB (Red+Green+Blue) = 12+221+235=468 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.56% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #0CDDEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDDEB is #F32214. Grayscale: #9F9F9F. Windows color (decimal): -15933973 or 15457548. OLE color: 15457548.
HSL color Cylindrical-coordinate representation of color #0CDDEB: hue angle of 183.77º 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 #0CDDEB is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 221 | 235 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.08 |
| HSL | 183.77º | 0.9% | 0.48% | - |
| HSV(B) | 183.77º | 0.95% | 0.92% | - |
| XYZ | 41 | 57.79 | 87.59 | - |
| YUV | 160.11 | 170.26 | 22.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 235 | 0.95 | 0.06 | 0 | 0.08 | 183.77 | 0.9 | 0.48 |
| Hex | C | DD | EB | 5F | 6 | 0 | 8 | B8 | 5A | 30 |
| Octal | 14 | 335 | 353 | 137 | 6 | 0 | 10 | 270 | 132 | 60 |
| Binary | 1100 | 11011101 | 11101011 | 1011111 | 110 | 0 | 1000 | 10111000 | 1011010 | 110000 |
Color Harmonies of #0CDDEB
Complementary color
Monochromatic Colors of #0CDDEB
Black with #0CDDEB
Text Example
Text Example
White with #0CDDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDEB; }
p { color: rgb(12,221,235); }
H1.HeaderClassName
{
color: #0CDDEB;
}
.AnyTagClassName
{
color: #0CDDEB;
}
</style>
background-color css
<style>
a { background-color: #0CDDEB; }
a { background-color: rgb(12,221,235); }
div.DivClassName
{
background-color: #0CDDEB;
}
.BgClassName
{
background-color: #0CDDEB;
}
</style>
border-color css
<style>
span { border-color: #0CDDEB; }
span { border-color: rgb(12,221,235); }
td.TdClassName
{
border-color: #0CDDEB;
}
.TagClassName
{
border-color: #0CDDEB;
}
</style>