Shades of Turquoise #33FFBD
Tints of Turquoise #33FFBD
RGB
CMYK
RGB Variations
Color information
#33FFBD (or 0x33FFBD) is known color: Turquoise. HEX triplet: 33, FF and BD. RGB value is (51,255,189). Sum of RGB (Red+Green+Blue) = 51+255+189=495 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.30% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #33FFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FFBD is #CC0042. Grayscale: #BABABA. Windows color (decimal): -13369411 or 12451635. OLE color: 12451635.
HSL color Cylindrical-coordinate representation of color #33FFBD: hue angle of 160.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FFBD is Cyan = 0.8, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 255 | 189 | - |
| CMYK | 0.8 | 0 | 0.26 | 0 |
| HSL | 160.59º | 1% | 0.6% | - |
| HSV(B) | 160.59º | 0.8% | 1% | - |
| XYZ | 46.31 | 75.9 | 60.35 | - |
| YUV | 186.48 | 129.41 | 31.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 255 | 189 | 0.8 | 0 | 0.26 | 0 | 160.59 | 1 | 0.6 |
| Hex | 33 | FF | BD | 50 | 0 | 1A | 0 | A1 | 64 | 3C |
| Octal | 63 | 377 | 275 | 120 | 0 | 32 | 0 | 241 | 144 | 74 |
| Binary | 110011 | 11111111 | 10111101 | 1010000 | 0 | 11010 | 0 | 10100001 | 1100100 | 111100 |
Color Harmonies of #33FFBD
Complementary color
Monochromatic Colors of #33FFBD
Black with #33FFBD
Text Example
Text Example
White with #33FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FFBD; }
p { color: rgb(51,255,189); }
H1.HeaderClassName
{
color: #33FFBD;
}
.AnyTagClassName
{
color: #33FFBD;
}
</style>
background-color css
<style>
a { background-color: #33FFBD; }
a { background-color: rgb(51,255,189); }
div.DivClassName
{
background-color: #33FFBD;
}
.BgClassName
{
background-color: #33FFBD;
}
</style>
border-color css
<style>
span { border-color: #33FFBD; }
span { border-color: rgb(51,255,189); }
td.TdClassName
{
border-color: #33FFBD;
}
.TagClassName
{
border-color: #33FFBD;
}
</style>