Shades of Turquoise #33E9F5
Tints of Turquoise #33E9F5
RGB
CMYK
RGB Variations
Color information
#33E9F5 (or 0x33E9F5) is known color: Turquoise. HEX triplet: 33, E9 and F5. RGB value is (51,233,245). Sum of RGB (Red+Green+Blue) = 51+233+245=529 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.64% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 245 - color contains mainly: blue. Hex color #33E9F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33E9F5 is #CC160A. Grayscale: #B3B3B3. Windows color (decimal): -13374987 or 16116019. OLE color: 16116019.
HSL color Cylindrical-coordinate representation of color #33E9F5: hue angle of 183.71º 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 #33E9F5 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 233 | 245 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.04 |
| HSL | 183.71º | 0.91% | 0.58% | - |
| HSV(B) | 183.71º | 0.79% | 0.96% | - |
| XYZ | 46.99 | 65.57 | 96.57 | - |
| YUV | 179.95 | 164.7 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 233 | 245 | 0.79 | 0.05 | 0 | 0.04 | 183.71 | 0.91 | 0.58 |
| Hex | 33 | E9 | F5 | 4F | 5 | 0 | 4 | B8 | 5B | 3A |
| Octal | 63 | 351 | 365 | 117 | 5 | 0 | 4 | 270 | 133 | 72 |
| Binary | 110011 | 11101001 | 11110101 | 1001111 | 101 | 0 | 100 | 10111000 | 1011011 | 111010 |
Color Harmonies of #33E9F5
Complementary color
Monochromatic Colors of #33E9F5
Black with #33E9F5
Text Example
Text Example
White with #33E9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E9F5; }
p { color: rgb(51,233,245); }
H1.HeaderClassName
{
color: #33E9F5;
}
.AnyTagClassName
{
color: #33E9F5;
}
</style>
background-color css
<style>
a { background-color: #33E9F5; }
a { background-color: rgb(51,233,245); }
div.DivClassName
{
background-color: #33E9F5;
}
.BgClassName
{
background-color: #33E9F5;
}
</style>
border-color css
<style>
span { border-color: #33E9F5; }
span { border-color: rgb(51,233,245); }
td.TdClassName
{
border-color: #33E9F5;
}
.TagClassName
{
border-color: #33E9F5;
}
</style>