Shades of Bright Turquoise #0DD8EE
Tints of Bright Turquoise #0DD8EE
RGB
CMYK
RGB Variations
Color information
#0DD8EE (or 0x0DD8EE) is known color: Bright Turquoise. HEX triplet: 0D, D8 and EE. RGB value is (13,216,238). Sum of RGB (Red+Green+Blue) = 13+216+238=467 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.78% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #0DD8EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DD8EE is #F22711. Grayscale: #9D9D9D. Windows color (decimal): -15869714 or 15652877. OLE color: 15652877.
HSL color Cylindrical-coordinate representation of color #0DD8EE: hue angle of 185.87º 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 #0DD8EE is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 216 | 238 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.07 |
| HSL | 185.87º | 0.9% | 0.49% | - |
| HSV(B) | 185.87º | 0.95% | 0.93% | - |
| XYZ | 40.15 | 55.37 | 89.46 | - |
| YUV | 157.81 | 173.25 | 24.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 216 | 238 | 0.95 | 0.09 | 0 | 0.07 | 185.87 | 0.9 | 0.49 |
| Hex | D | D8 | EE | 5F | 9 | 0 | 7 | BA | 5A | 31 |
| Octal | 15 | 330 | 356 | 137 | 11 | 0 | 7 | 272 | 132 | 61 |
| Binary | 1101 | 11011000 | 11101110 | 1011111 | 1001 | 0 | 111 | 10111010 | 1011010 | 110001 |
Color Harmonies of #0DD8EE
Complementary color
Monochromatic Colors of #0DD8EE
Black with #0DD8EE
Text Example
Text Example
White with #0DD8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD8EE; }
p { color: rgb(13,216,238); }
H1.HeaderClassName
{
color: #0DD8EE;
}
.AnyTagClassName
{
color: #0DD8EE;
}
</style>
background-color css
<style>
a { background-color: #0DD8EE; }
a { background-color: rgb(13,216,238); }
div.DivClassName
{
background-color: #0DD8EE;
}
.BgClassName
{
background-color: #0DD8EE;
}
</style>
border-color css
<style>
span { border-color: #0DD8EE; }
span { border-color: rgb(13,216,238); }
td.TdClassName
{
border-color: #0DD8EE;
}
.TagClassName
{
border-color: #0DD8EE;
}
</style>