Shades of Bright Turquoise #0DF1E5
Tints of Bright Turquoise #0DF1E5
RGB
CMYK
RGB Variations
Color information
#0DF1E5 (or 0x0DF1E5) is known color: Bright Turquoise. HEX triplet: 0D, F1 and E5. RGB value is (13,241,229). Sum of RGB (Red+Green+Blue) = 13+241+229=483 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.69% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF1E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DF1E5 is #F20E1A. Grayscale: #ABABAB. Windows color (decimal): -15863323 or 15069453. OLE color: 15069453.
HSL color Cylindrical-coordinate representation of color #0DF1E5: hue angle of 176.84º 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 #0DF1E5 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 241 | 229 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.05 |
| HSL | 176.84º | 0.9% | 0.5% | - |
| HSV(B) | 176.84º | 0.95% | 0.95% | - |
| XYZ | 45.76 | 68.65 | 84.97 | - |
| YUV | 171.46 | 160.46 | 14.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 241 | 229 | 0.95 | 0 | 0.05 | 0.05 | 176.84 | 0.9 | 0.5 |
| Hex | D | F1 | E5 | 5F | 0 | 5 | 5 | B1 | 5A | 32 |
| Octal | 15 | 361 | 345 | 137 | 0 | 5 | 5 | 261 | 132 | 62 |
| Binary | 1101 | 11110001 | 11100101 | 1011111 | 0 | 101 | 101 | 10110001 | 1011010 | 110010 |
Color Harmonies of #0DF1E5
Complementary color
Monochromatic Colors of #0DF1E5
Black with #0DF1E5
Text Example
Text Example
White with #0DF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF1E5; }
p { color: rgb(13,241,229); }
H1.HeaderClassName
{
color: #0DF1E5;
}
.AnyTagClassName
{
color: #0DF1E5;
}
</style>
background-color css
<style>
a { background-color: #0DF1E5; }
a { background-color: rgb(13,241,229); }
div.DivClassName
{
background-color: #0DF1E5;
}
.BgClassName
{
background-color: #0DF1E5;
}
</style>
border-color css
<style>
span { border-color: #0DF1E5; }
span { border-color: rgb(13,241,229); }
td.TdClassName
{
border-color: #0DF1E5;
}
.TagClassName
{
border-color: #0DF1E5;
}
</style>