Shades of Bright Turquoise #0CDCE9
Tints of Bright Turquoise #0CDCE9
RGB
CMYK
RGB Variations
Color information
#0CDCE9 (or 0x0CDCE9) is known color: Bright Turquoise. HEX triplet: 0C, DC and E9. RGB value is (12,220,233). Sum of RGB (Red+Green+Blue) = 12+220+233=465 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.58% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #0CDCE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDCE9 is #F32316. Grayscale: #9F9F9F. Windows color (decimal): -15934231 or 15326220. OLE color: 15326220.
HSL color Cylindrical-coordinate representation of color #0CDCE9: hue angle of 183.53º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDCE9 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 12 | 220 | 233 | - |
CMYK | 0.95 | 0.06 | 0 | 0.09 |
HSL | 183.53º | 0.9% | 0.48% | - |
HSV(B) | 183.53º | 0.95% | 0.91% | - |
XYZ | 40.45 | 57.15 | 85.99 | - |
YUV | 159.29 | 169.59 | 22.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 12 | 220 | 233 | 0.95 | 0.06 | 0 | 0.09 | 183.53 | 0.9 | 0.48 |
Hex | C | DC | E9 | 5F | 6 | 0 | 9 | B8 | 5A | 30 |
Octal | 14 | 334 | 351 | 137 | 6 | 0 | 11 | 270 | 132 | 60 |
Binary | 1100 | 11011100 | 11101001 | 1011111 | 110 | 0 | 1001 | 10111000 | 1011010 | 110000 |
Color Harmonies of #0CDCE9
Complementary color
Monochromatic Colors of #0CDCE9
Black with #0CDCE9
Text Example
Text Example
White with #0CDCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDCE9; }
p { color: rgb(12,220,233); }
H1.HeaderClassName
{
color: #0CDCE9;
}
.AnyTagClassName
{
color: #0CDCE9;
}
</style>
background-color css
<style>
a { background-color: #0CDCE9; }
a { background-color: rgb(12,220,233); }
div.DivClassName
{
background-color: #0CDCE9;
}
.BgClassName
{
background-color: #0CDCE9;
}
</style>
border-color css
<style>
span { border-color: #0CDCE9; }
span { border-color: rgb(12,220,233); }
td.TdClassName
{
border-color: #0CDCE9;
}
.TagClassName
{
border-color: #0CDCE9;
}
</style>