Shades of Turquoise #2DDEF3
Tints of Turquoise #2DDEF3
RGB
CMYK
RGB Variations
Color information
#2DDEF3 (or 0x2DDEF3) is known color: Turquoise. HEX triplet: 2D, DE and F3. RGB value is (45,222,243). Sum of RGB (Red+Green+Blue) = 45+222+243=510 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.82% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 243 - color contains mainly: blue. Hex color #2DDEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDEF3 is #D2210C. Grayscale: #ABABAB. Windows color (decimal): -13771021 or 15982125. OLE color: 15982125.
HSL color Cylindrical-coordinate representation of color #2DDEF3: hue angle of 186.36º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DDEF3 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 222 | 243 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.05 |
| HSL | 186.36º | 0.89% | 0.56% | - |
| HSV(B) | 186.36º | 0.81% | 0.95% | - |
| XYZ | 43.38 | 59.27 | 93.95 | - |
| YUV | 171.47 | 168.36 | 37.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 243 | 0.81 | 0.09 | 0 | 0.05 | 186.36 | 0.89 | 0.56 |
| Hex | 2D | DE | F3 | 51 | 9 | 0 | 5 | BA | 59 | 38 |
| Octal | 55 | 336 | 363 | 121 | 11 | 0 | 5 | 272 | 131 | 70 |
| Binary | 101101 | 11011110 | 11110011 | 1010001 | 1001 | 0 | 101 | 10111010 | 1011001 | 111000 |
Color Harmonies of #2DDEF3
Complementary color
Monochromatic Colors of #2DDEF3
Black with #2DDEF3
Text Example
Text Example
White with #2DDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDEF3; }
p { color: rgb(45,222,243); }
H1.HeaderClassName
{
color: #2DDEF3;
}
.AnyTagClassName
{
color: #2DDEF3;
}
</style>
background-color css
<style>
a { background-color: #2DDEF3; }
a { background-color: rgb(45,222,243); }
div.DivClassName
{
background-color: #2DDEF3;
}
.BgClassName
{
background-color: #2DDEF3;
}
</style>
border-color css
<style>
span { border-color: #2DDEF3; }
span { border-color: rgb(45,222,243); }
td.TdClassName
{
border-color: #2DDEF3;
}
.TagClassName
{
border-color: #2DDEF3;
}
</style>