Shades of Bright Turquoise #0CDFFD
Tints of Bright Turquoise #0CDFFD
RGB
CMYK
RGB Variations
Color information
#0CDFFD (or 0x0CDFFD) is known color: Bright Turquoise. HEX triplet: 0C, DF and FD. RGB value is (12,223,253). Sum of RGB (Red+Green+Blue) = 12+223+253=488 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.46% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #0CDFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDFFD is #F32002. Grayscale: #A3A3A3. Windows color (decimal): -15933443 or 16637708. OLE color: 16637708.
HSL color Cylindrical-coordinate representation of color #0CDFFD: hue angle of 187.47º 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 #0CDFFD is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 223 | 253 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.01 |
| HSL | 187.47º | 0.98% | 0.52% | - |
| HSV(B) | 187.47º | 0.95% | 0.99% | - |
| XYZ | 44.27 | 59.95 | 102.17 | - |
| YUV | 163.33 | 178.6 | 20.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 253 | 0.95 | 0.12 | 0 | 0.01 | 187.47 | 0.98 | 0.52 |
| Hex | C | DF | FD | 5F | C | 0 | 1 | BB | 62 | 34 |
| Octal | 14 | 337 | 375 | 137 | 14 | 0 | 1 | 273 | 142 | 64 |
| Binary | 1100 | 11011111 | 11111101 | 1011111 | 1100 | 0 | 1 | 10111011 | 1100010 | 110100 |
Color Harmonies of #0CDFFD
Complementary color
Monochromatic Colors of #0CDFFD
Black with #0CDFFD
Text Example
Text Example
White with #0CDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDFFD; }
p { color: rgb(12,223,253); }
H1.HeaderClassName
{
color: #0CDFFD;
}
.AnyTagClassName
{
color: #0CDFFD;
}
</style>
background-color css
<style>
a { background-color: #0CDFFD; }
a { background-color: rgb(12,223,253); }
div.DivClassName
{
background-color: #0CDFFD;
}
.BgClassName
{
background-color: #0CDFFD;
}
</style>
border-color css
<style>
span { border-color: #0CDFFD; }
span { border-color: rgb(12,223,253); }
td.TdClassName
{
border-color: #0CDFFD;
}
.TagClassName
{
border-color: #0CDFFD;
}
</style>