Shades of Turquoise #33EDF9
Tints of Turquoise #33EDF9
RGB
CMYK
RGB Variations
Color information
#33EDF9 (or 0x33EDF9) is known color: Turquoise. HEX triplet: 33, ED and F9. RGB value is (51,237,249). Sum of RGB (Red+Green+Blue) = 51+237+249=537 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.50% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #33EDF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EDF9 is #CC1206. Grayscale: #B6B6B6. Windows color (decimal): -13373959 or 16379187. OLE color: 16379187.
HSL color Cylindrical-coordinate representation of color #33EDF9: hue angle of 183.64º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33EDF9 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 237 | 249 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.02 |
| HSL | 183.64º | 0.94% | 0.59% | - |
| HSV(B) | 183.64º | 0.8% | 0.98% | - |
| XYZ | 48.75 | 68.11 | 100.2 | - |
| YUV | 182.75 | 165.38 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 237 | 249 | 0.80 | 0.05 | 0 | 0.02 | 183.64 | 0.94 | 0.59 |
| Hex | 33 | ED | F9 | 50 | 5 | 0 | 2 | B8 | 5E | 3B |
| Octal | 63 | 355 | 371 | 120 | 5 | 0 | 2 | 270 | 136 | 73 |
| Binary | 110011 | 11101101 | 11111001 | 1010000 | 101 | 0 | 10 | 10111000 | 1011110 | 111011 |
Color Harmonies of #33EDF9
Complementary color
Monochromatic Colors of #33EDF9
Black with #33EDF9
Text Example
Text Example
White with #33EDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EDF9; }
p { color: rgb(51,237,249); }
H1.HeaderClassName
{
color: #33EDF9;
}
.AnyTagClassName
{
color: #33EDF9;
}
</style>
background-color css
<style>
a { background-color: #33EDF9; }
a { background-color: rgb(51,237,249); }
div.DivClassName
{
background-color: #33EDF9;
}
.BgClassName
{
background-color: #33EDF9;
}
</style>
border-color css
<style>
span { border-color: #33EDF9; }
span { border-color: rgb(51,237,249); }
td.TdClassName
{
border-color: #33EDF9;
}
.TagClassName
{
border-color: #33EDF9;
}
</style>