Shades of Turquoise #2DDFEE
Tints of Turquoise #2DDFEE
RGB
CMYK
RGB Variations
Color information
#2DDFEE (or 0x2DDFEE) is known color: Turquoise. HEX triplet: 2D, DF and EE. RGB value is (45,223,238). Sum of RGB (Red+Green+Blue) = 45+223+238=506 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.89% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #2DDFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDFEE is #D22011. Grayscale: #ABABAB. Windows color (decimal): -13770770 or 15654701. OLE color: 15654701.
HSL color Cylindrical-coordinate representation of color #2DDFEE: hue angle of 184.66º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DDFEE is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 223 | 238 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.07 |
| HSL | 184.66º | 0.85% | 0.55% | - |
| HSV(B) | 184.66º | 0.81% | 0.93% | - |
| XYZ | 42.9 | 59.51 | 90.11 | - |
| YUV | 171.49 | 165.53 | 37.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 238 | 0.81 | 0.06 | 0 | 0.07 | 184.66 | 0.85 | 0.55 |
| Hex | 2D | DF | EE | 51 | 6 | 0 | 7 | B9 | 55 | 37 |
| Octal | 55 | 337 | 356 | 121 | 6 | 0 | 7 | 271 | 125 | 67 |
| Binary | 101101 | 11011111 | 11101110 | 1010001 | 110 | 0 | 111 | 10111001 | 1010101 | 110111 |
Color Harmonies of #2DDFEE
Complementary color
Monochromatic Colors of #2DDFEE
Black with #2DDFEE
Text Example
Text Example
White with #2DDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFEE; }
p { color: rgb(45,223,238); }
H1.HeaderClassName
{
color: #2DDFEE;
}
.AnyTagClassName
{
color: #2DDFEE;
}
</style>
background-color css
<style>
a { background-color: #2DDFEE; }
a { background-color: rgb(45,223,238); }
div.DivClassName
{
background-color: #2DDFEE;
}
.BgClassName
{
background-color: #2DDFEE;
}
</style>
border-color css
<style>
span { border-color: #2DDFEE; }
span { border-color: rgb(45,223,238); }
td.TdClassName
{
border-color: #2DDFEE;
}
.TagClassName
{
border-color: #2DDFEE;
}
</style>