Shades of Bright Turquoise #0DEDDA
Tints of Bright Turquoise #0DEDDA
RGB
CMYK
RGB Variations
Color information
#0DEDDA (or 0x0DEDDA) is known color: Bright Turquoise. HEX triplet: 0D, ED and DA. RGB value is (13,237,218). Sum of RGB (Red+Green+Blue) = 13+237+218=468 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.78% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #0DEDDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEDDA is #F21225. Grayscale: #A7A7A7. Windows color (decimal): -15864358 or 14347533. OLE color: 14347533.
HSL color Cylindrical-coordinate representation of color #0DEDDA: hue angle of 174.91º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEDDA is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 237 | 218 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.07 |
| HSL | 174.91º | 0.9% | 0.49% | - |
| HSV(B) | 174.91º | 0.95% | 0.93% | - |
| XYZ | 43.11 | 65.72 | 76.74 | - |
| YUV | 167.86 | 156.29 | 17.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 237 | 218 | 0.95 | 0 | 0.08 | 0.07 | 174.91 | 0.9 | 0.49 |
| Hex | D | ED | DA | 5F | 0 | 8 | 7 | AF | 5A | 31 |
| Octal | 15 | 355 | 332 | 137 | 0 | 10 | 7 | 257 | 132 | 61 |
| Binary | 1101 | 11101101 | 11011010 | 1011111 | 0 | 1000 | 111 | 10101111 | 1011010 | 110001 |
Color Harmonies of #0DEDDA
Complementary color
Monochromatic Colors of #0DEDDA
Black with #0DEDDA
Text Example
Text Example
White with #0DEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEDDA; }
p { color: rgb(13,237,218); }
H1.HeaderClassName
{
color: #0DEDDA;
}
.AnyTagClassName
{
color: #0DEDDA;
}
</style>
background-color css
<style>
a { background-color: #0DEDDA; }
a { background-color: rgb(13,237,218); }
div.DivClassName
{
background-color: #0DEDDA;
}
.BgClassName
{
background-color: #0DEDDA;
}
</style>
border-color css
<style>
span { border-color: #0DEDDA; }
span { border-color: rgb(13,237,218); }
td.TdClassName
{
border-color: #0DEDDA;
}
.TagClassName
{
border-color: #0DEDDA;
}
</style>