Shades of Turquoise #33EDF2
Tints of Turquoise #33EDF2
RGB
CMYK
RGB Variations
Color information
#33EDF2 (or 0x33EDF2) is known color: Turquoise. HEX triplet: 33, ED and F2. RGB value is (51,237,242). Sum of RGB (Red+Green+Blue) = 51+237+242=530 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.62% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #33EDF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EDF2 is #CC120D. Grayscale: #B5B5B5. Windows color (decimal): -13373966 or 15920435. OLE color: 15920435.
HSL color Cylindrical-coordinate representation of color #33EDF2: hue angle of 181.57º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EDF2 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 237 | 242 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.05 |
| HSL | 181.57º | 0.88% | 0.57% | - |
| HSV(B) | 181.57º | 0.79% | 0.95% | - |
| XYZ | 47.68 | 67.68 | 94.56 | - |
| YUV | 181.96 | 161.88 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 237 | 242 | 0.79 | 0.02 | 0 | 0.05 | 181.57 | 0.88 | 0.57 |
| Hex | 33 | ED | F2 | 4F | 2 | 0 | 5 | B6 | 58 | 39 |
| Octal | 63 | 355 | 362 | 117 | 2 | 0 | 5 | 266 | 130 | 71 |
| Binary | 110011 | 11101101 | 11110010 | 1001111 | 10 | 0 | 101 | 10110110 | 1011000 | 111001 |
Color Harmonies of #33EDF2
Complementary color
Monochromatic Colors of #33EDF2
Black with #33EDF2
Text Example
Text Example
White with #33EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EDF2; }
p { color: rgb(51,237,242); }
H1.HeaderClassName
{
color: #33EDF2;
}
.AnyTagClassName
{
color: #33EDF2;
}
</style>
background-color css
<style>
a { background-color: #33EDF2; }
a { background-color: rgb(51,237,242); }
div.DivClassName
{
background-color: #33EDF2;
}
.BgClassName
{
background-color: #33EDF2;
}
</style>
border-color css
<style>
span { border-color: #33EDF2; }
span { border-color: rgb(51,237,242); }
td.TdClassName
{
border-color: #33EDF2;
}
.TagClassName
{
border-color: #33EDF2;
}
</style>