Shades of Turquoise #33F5BD
Tints of Turquoise #33F5BD
RGB
CMYK
RGB Variations
Color information
#33F5BD (or 0x33F5BD) is known color: Turquoise. HEX triplet: 33, F5 and BD. RGB value is (51,245,189). Sum of RGB (Red+Green+Blue) = 51+245+189=485 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.52% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #33F5BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F5BD is #CC0A42. Grayscale: #B4B4B4. Windows color (decimal): -13371971 or 12449075. OLE color: 12449075.
HSL color Cylindrical-coordinate representation of color #33F5BD: hue angle of 162.68º 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 #33F5BD is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 245 | 189 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.04 |
| HSL | 162.68º | 0.91% | 0.58% | - |
| HSV(B) | 162.68º | 0.79% | 0.96% | - |
| XYZ | 43.2 | 69.68 | 59.32 | - |
| YUV | 180.61 | 132.73 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 245 | 189 | 0.79 | 0 | 0.23 | 0.04 | 162.68 | 0.91 | 0.58 |
| Hex | 33 | F5 | BD | 4F | 0 | 17 | 4 | A3 | 5B | 3A |
| Octal | 63 | 365 | 275 | 117 | 0 | 27 | 4 | 243 | 133 | 72 |
| Binary | 110011 | 11110101 | 10111101 | 1001111 | 0 | 10111 | 100 | 10100011 | 1011011 | 111010 |
Color Harmonies of #33F5BD
Complementary color
Monochromatic Colors of #33F5BD
Black with #33F5BD
Text Example
Text Example
White with #33F5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F5BD; }
p { color: rgb(51,245,189); }
H1.HeaderClassName
{
color: #33F5BD;
}
.AnyTagClassName
{
color: #33F5BD;
}
</style>
background-color css
<style>
a { background-color: #33F5BD; }
a { background-color: rgb(51,245,189); }
div.DivClassName
{
background-color: #33F5BD;
}
.BgClassName
{
background-color: #33F5BD;
}
</style>
border-color css
<style>
span { border-color: #33F5BD; }
span { border-color: rgb(51,245,189); }
td.TdClassName
{
border-color: #33F5BD;
}
.TagClassName
{
border-color: #33F5BD;
}
</style>