Shades of Turquoise #2DEDEE
Tints of Turquoise #2DEDEE
RGB
CMYK
RGB Variations
Color information
#2DEDEE (or 0x2DEDEE) is known color: Turquoise. HEX triplet: 2D, ED and EE. RGB value is (45,237,238). Sum of RGB (Red+Green+Blue) = 45+237+238=520 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.65% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #2DEDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEDEE is #D21211. Grayscale: #B3B3B3. Windows color (decimal): -13767186 or 15658285. OLE color: 15658285.
HSL color Cylindrical-coordinate representation of color #2DEDEE: hue angle of 180.31º 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 #2DEDEE is Cyan = 0.81, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 238 | - |
| CMYK | 0.81 | 0.00 | 0 | 0.07 |
| HSL | 180.31º | 0.85% | 0.55% | - |
| HSV(B) | 180.31º | 0.81% | 0.93% | - |
| XYZ | 46.8 | 67.3 | 91.41 | - |
| YUV | 179.71 | 160.89 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 238 | 0.81 | 0.00 | 0 | 0.07 | 180.31 | 0.85 | 0.55 |
| Hex | 2D | ED | EE | 51 | 0 | 0 | 7 | B4 | 55 | 37 |
| Octal | 55 | 355 | 356 | 121 | 0 | 0 | 7 | 264 | 125 | 67 |
| Binary | 101101 | 11101101 | 11101110 | 1010001 | 0 | 0 | 111 | 10110100 | 1010101 | 110111 |
Color Harmonies of #2DEDEE
Complementary color
Monochromatic Colors of #2DEDEE
Black with #2DEDEE
Text Example
Text Example
White with #2DEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEDEE; }
p { color: rgb(45,237,238); }
H1.HeaderClassName
{
color: #2DEDEE;
}
.AnyTagClassName
{
color: #2DEDEE;
}
</style>
background-color css
<style>
a { background-color: #2DEDEE; }
a { background-color: rgb(45,237,238); }
div.DivClassName
{
background-color: #2DEDEE;
}
.BgClassName
{
background-color: #2DEDEE;
}
</style>
border-color css
<style>
span { border-color: #2DEDEE; }
span { border-color: rgb(45,237,238); }
td.TdClassName
{
border-color: #2DEDEE;
}
.TagClassName
{
border-color: #2DEDEE;
}
</style>