Shades of Bright Turquoise #0CDFE5
Tints of Bright Turquoise #0CDFE5
RGB
CMYK
RGB Variations
Color information
#0CDFE5 (or 0x0CDFE5) is known color: Bright Turquoise. HEX triplet: 0C, DF and E5. RGB value is (12,223,229). Sum of RGB (Red+Green+Blue) = 12+223+229=464 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.59% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #0CDFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDFE5 is #F3201A. Grayscale: #A0A0A0. Windows color (decimal): -15933467 or 15064844. OLE color: 15064844.
HSL color Cylindrical-coordinate representation of color #0CDFE5: hue angle of 181.66º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDFE5 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 223 | 229 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.10 |
| HSL | 181.66º | 0.9% | 0.47% | - |
| HSV(B) | 181.66º | 0.95% | 0.9% | - |
| XYZ | 40.68 | 58.51 | 83.28 | - |
| YUV | 160.6 | 166.6 | 22.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 229 | 0.95 | 0.03 | 0 | 0.10 | 181.66 | 0.9 | 0.47 |
| Hex | C | DF | E5 | 5F | 3 | 0 | A | B6 | 5A | 2F |
| Octal | 14 | 337 | 345 | 137 | 3 | 0 | 12 | 266 | 132 | 57 |
| Binary | 1100 | 11011111 | 11100101 | 1011111 | 11 | 0 | 1010 | 10110110 | 1011010 | 101111 |
Color Harmonies of #0CDFE5
Complementary color
Monochromatic Colors of #0CDFE5
Black with #0CDFE5
Text Example
Text Example
White with #0CDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDFE5; }
p { color: rgb(12,223,229); }
H1.HeaderClassName
{
color: #0CDFE5;
}
.AnyTagClassName
{
color: #0CDFE5;
}
</style>
background-color css
<style>
a { background-color: #0CDFE5; }
a { background-color: rgb(12,223,229); }
div.DivClassName
{
background-color: #0CDFE5;
}
.BgClassName
{
background-color: #0CDFE5;
}
</style>
border-color css
<style>
span { border-color: #0CDFE5; }
span { border-color: rgb(12,223,229); }
td.TdClassName
{
border-color: #0CDFE5;
}
.TagClassName
{
border-color: #0CDFE5;
}
</style>