Shades of Bright Turquoise #0DF1CC
Tints of Bright Turquoise #0DF1CC
RGB
CMYK
RGB Variations
Color information
#0DF1CC (or 0x0DF1CC) is known color: Bright Turquoise. HEX triplet: 0D, F1 and CC. RGB value is (13,241,204). Sum of RGB (Red+Green+Blue) = 13+241+204=458 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.84% from 458); Green value is 241 (94.53% from 255 or 52.62% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF1CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF1CC is #F20E33. Grayscale: #A8A8A8. Windows color (decimal): -15863348 or 13431053. OLE color: 13431053.
HSL color Cylindrical-coordinate representation of color #0DF1CC: hue angle of 170.26º 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 #0DF1CC is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 241 | 204 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.05 |
| HSL | 170.26º | 0.9% | 0.5% | - |
| HSV(B) | 170.26º | 0.95% | 0.95% | - |
| XYZ | 42.52 | 67.36 | 67.89 | - |
| YUV | 168.61 | 147.96 | 17.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 241 | 204 | 0.95 | 0 | 0.15 | 0.05 | 170.26 | 0.9 | 0.5 |
| Hex | D | F1 | CC | 5F | 0 | F | 5 | AA | 5A | 32 |
| Octal | 15 | 361 | 314 | 137 | 0 | 17 | 5 | 252 | 132 | 62 |
| Binary | 1101 | 11110001 | 11001100 | 1011111 | 0 | 1111 | 101 | 10101010 | 1011010 | 110010 |
Color Harmonies of #0DF1CC
Complementary color
Monochromatic Colors of #0DF1CC
Black with #0DF1CC
Text Example
Text Example
White with #0DF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF1CC; }
p { color: rgb(13,241,204); }
H1.HeaderClassName
{
color: #0DF1CC;
}
.AnyTagClassName
{
color: #0DF1CC;
}
</style>
background-color css
<style>
a { background-color: #0DF1CC; }
a { background-color: rgb(13,241,204); }
div.DivClassName
{
background-color: #0DF1CC;
}
.BgClassName
{
background-color: #0DF1CC;
}
</style>
border-color css
<style>
span { border-color: #0DF1CC; }
span { border-color: rgb(13,241,204); }
td.TdClassName
{
border-color: #0DF1CC;
}
.TagClassName
{
border-color: #0DF1CC;
}
</style>