Shades of Turquoise #33EAF5
Tints of Turquoise #33EAF5
RGB
CMYK
RGB Variations
Color information
#33EAF5 (or 0x33EAF5) is known color: Turquoise. HEX triplet: 33, EA and F5. RGB value is (51,234,245). Sum of RGB (Red+Green+Blue) = 51+234+245=530 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.62% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 245 - color contains mainly: blue. Hex color #33EAF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EAF5 is #CC150A. Grayscale: #B4B4B4. Windows color (decimal): -13374731 or 16116275. OLE color: 16116275.
HSL color Cylindrical-coordinate representation of color #33EAF5: hue angle of 183.4º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EAF5 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 234 | 245 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.04 |
| HSL | 183.4º | 0.91% | 0.58% | - |
| HSV(B) | 183.4º | 0.79% | 0.96% | - |
| XYZ | 47.27 | 66.14 | 96.66 | - |
| YUV | 180.54 | 164.37 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 234 | 245 | 0.79 | 0.04 | 0 | 0.04 | 183.4 | 0.91 | 0.58 |
| Hex | 33 | EA | F5 | 4F | 4 | 0 | 4 | B7 | 5B | 3A |
| Octal | 63 | 352 | 365 | 117 | 4 | 0 | 4 | 267 | 133 | 72 |
| Binary | 110011 | 11101010 | 11110101 | 1001111 | 100 | 0 | 100 | 10110111 | 1011011 | 111010 |
Color Harmonies of #33EAF5
Complementary color
Monochromatic Colors of #33EAF5
Black with #33EAF5
Text Example
Text Example
White with #33EAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EAF5; }
p { color: rgb(51,234,245); }
H1.HeaderClassName
{
color: #33EAF5;
}
.AnyTagClassName
{
color: #33EAF5;
}
</style>
background-color css
<style>
a { background-color: #33EAF5; }
a { background-color: rgb(51,234,245); }
div.DivClassName
{
background-color: #33EAF5;
}
.BgClassName
{
background-color: #33EAF5;
}
</style>
border-color css
<style>
span { border-color: #33EAF5; }
span { border-color: rgb(51,234,245); }
td.TdClassName
{
border-color: #33EAF5;
}
.TagClassName
{
border-color: #33EAF5;
}
</style>