Shades of Bright Turquoise #0CDFF0
Tints of Bright Turquoise #0CDFF0
RGB
CMYK
RGB Variations
Color information
#0CDFF0 (or 0x0CDFF0) is known color: Bright Turquoise. HEX triplet: 0C, DF and F0. RGB value is (12,223,240). Sum of RGB (Red+Green+Blue) = 12+223+240=475 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.53% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #0CDFF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDFF0 is #F3200F. Grayscale: #A1A1A1. Windows color (decimal): -15933456 or 15785740. OLE color: 15785740.
HSL color Cylindrical-coordinate representation of color #0CDFF0: hue angle of 184.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDFF0 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 223 | 240 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.06 |
| HSL | 184.47º | 0.9% | 0.49% | - |
| HSV(B) | 184.47º | 0.95% | 0.94% | - |
| XYZ | 42.27 | 59.14 | 91.63 | - |
| YUV | 161.85 | 172.1 | 21.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 240 | 0.95 | 0.07 | 0 | 0.06 | 184.47 | 0.9 | 0.49 |
| Hex | C | DF | F0 | 5F | 7 | 0 | 6 | B8 | 5A | 31 |
| Octal | 14 | 337 | 360 | 137 | 7 | 0 | 6 | 270 | 132 | 61 |
| Binary | 1100 | 11011111 | 11110000 | 1011111 | 111 | 0 | 110 | 10111000 | 1011010 | 110001 |
Color Harmonies of #0CDFF0
Complementary color
Monochromatic Colors of #0CDFF0
Black with #0CDFF0
Text Example
Text Example
White with #0CDFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDFF0; }
p { color: rgb(12,223,240); }
H1.HeaderClassName
{
color: #0CDFF0;
}
.AnyTagClassName
{
color: #0CDFF0;
}
</style>
background-color css
<style>
a { background-color: #0CDFF0; }
a { background-color: rgb(12,223,240); }
div.DivClassName
{
background-color: #0CDFF0;
}
.BgClassName
{
background-color: #0CDFF0;
}
</style>
border-color css
<style>
span { border-color: #0CDFF0; }
span { border-color: rgb(12,223,240); }
td.TdClassName
{
border-color: #0CDFF0;
}
.TagClassName
{
border-color: #0CDFF0;
}
</style>