Shades of Bright Turquoise #0CFDDA
Tints of Bright Turquoise #0CFDDA
RGB
CMYK
RGB Variations
Color information
#0CFDDA (or 0x0CFDDA) is known color: Bright Turquoise. HEX triplet: 0C, FD and DA. RGB value is (12,253,218). Sum of RGB (Red+Green+Blue) = 12+253+218=483 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.48% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #0CFDDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFDDA is #F30225. Grayscale: #B0B0B0. Windows color (decimal): -15925798 or 14351628. OLE color: 14351628.
HSL color Cylindrical-coordinate representation of color #0CFDDA: hue angle of 171.29º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFDDA is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 253 | 218 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.01 |
| HSL | 171.29º | 0.98% | 0.52% | - |
| HSV(B) | 171.29º | 0.95% | 0.99% | - |
| XYZ | 47.93 | 75.39 | 78.36 | - |
| YUV | 176.95 | 151.16 | 10.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 253 | 218 | 0.95 | 0 | 0.14 | 0.01 | 171.29 | 0.98 | 0.52 |
| Hex | C | FD | DA | 5F | 0 | E | 1 | AB | 62 | 34 |
| Octal | 14 | 375 | 332 | 137 | 0 | 16 | 1 | 253 | 142 | 64 |
| Binary | 1100 | 11111101 | 11011010 | 1011111 | 0 | 1110 | 1 | 10101011 | 1100010 | 110100 |
Color Harmonies of #0CFDDA
Complementary color
Monochromatic Colors of #0CFDDA
Black with #0CFDDA
Text Example
Text Example
White with #0CFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFDDA; }
p { color: rgb(12,253,218); }
H1.HeaderClassName
{
color: #0CFDDA;
}
.AnyTagClassName
{
color: #0CFDDA;
}
</style>
background-color css
<style>
a { background-color: #0CFDDA; }
a { background-color: rgb(12,253,218); }
div.DivClassName
{
background-color: #0CFDDA;
}
.BgClassName
{
background-color: #0CFDDA;
}
</style>
border-color css
<style>
span { border-color: #0CFDDA; }
span { border-color: rgb(12,253,218); }
td.TdClassName
{
border-color: #0CFDDA;
}
.TagClassName
{
border-color: #0CFDDA;
}
</style>