Shades of Bright Turquoise #0DF1CA
Tints of Bright Turquoise #0DF1CA
RGB
CMYK
RGB Variations
Color information
#0DF1CA (or 0x0DF1CA) is known color: Bright Turquoise. HEX triplet: 0D, F1 and CA. RGB value is (13,241,202). Sum of RGB (Red+Green+Blue) = 13+241+202=456 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.85% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF1CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF1CA is #F20E35. Grayscale: #A8A8A8. Windows color (decimal): -15863350 or 13299981. OLE color: 13299981.
HSL color Cylindrical-coordinate representation of color #0DF1CA: hue angle of 169.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF1CA is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 241 | 202 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.05 |
| HSL | 169.74º | 0.9% | 0.5% | - |
| HSV(B) | 169.74º | 0.95% | 0.95% | - |
| XYZ | 42.28 | 67.26 | 66.63 | - |
| YUV | 168.38 | 146.96 | 17.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 241 | 202 | 0.95 | 0 | 0.16 | 0.05 | 169.74 | 0.9 | 0.5 |
| Hex | D | F1 | CA | 5F | 0 | 10 | 5 | AA | 5A | 32 |
| Octal | 15 | 361 | 312 | 137 | 0 | 20 | 5 | 252 | 132 | 62 |
| Binary | 1101 | 11110001 | 11001010 | 1011111 | 0 | 10000 | 101 | 10101010 | 1011010 | 110010 |
Color Harmonies of #0DF1CA
Complementary color
Monochromatic Colors of #0DF1CA
Black with #0DF1CA
Text Example
Text Example
White with #0DF1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF1CA; }
p { color: rgb(13,241,202); }
H1.HeaderClassName
{
color: #0DF1CA;
}
.AnyTagClassName
{
color: #0DF1CA;
}
</style>
background-color css
<style>
a { background-color: #0DF1CA; }
a { background-color: rgb(13,241,202); }
div.DivClassName
{
background-color: #0DF1CA;
}
.BgClassName
{
background-color: #0DF1CA;
}
</style>
border-color css
<style>
span { border-color: #0DF1CA; }
span { border-color: rgb(13,241,202); }
td.TdClassName
{
border-color: #0DF1CA;
}
.TagClassName
{
border-color: #0DF1CA;
}
</style>