Shades of Turquoise #33FBED
Tints of Turquoise #33FBED
RGB
CMYK
RGB Variations
Color information
#33FBED (or 0x33FBED) is known color: Turquoise. HEX triplet: 33, FB and ED. RGB value is (51,251,237). Sum of RGB (Red+Green+Blue) = 51+251+237=539 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.46% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #33FBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33FBED is #CC0412. Grayscale: #BDBDBD. Windows color (decimal): -13370387 or 15596339. OLE color: 15596339.
HSL color Cylindrical-coordinate representation of color #33FBED: hue angle of 175.8º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FBED is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 251 | 237 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.02 |
| HSL | 175.8º | 0.96% | 0.59% | - |
| HSV(B) | 175.8º | 0.8% | 0.98% | - |
| XYZ | 51.15 | 75.81 | 92.06 | - |
| YUV | 189.6 | 154.74 | 29.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 251 | 237 | 0.80 | 0 | 0.06 | 0.02 | 175.8 | 0.96 | 0.59 |
| Hex | 33 | FB | ED | 50 | 0 | 6 | 2 | B0 | 60 | 3B |
| Octal | 63 | 373 | 355 | 120 | 0 | 6 | 2 | 260 | 140 | 73 |
| Binary | 110011 | 11111011 | 11101101 | 1010000 | 0 | 110 | 10 | 10110000 | 1100000 | 111011 |
Color Harmonies of #33FBED
Complementary color
Monochromatic Colors of #33FBED
Black with #33FBED
Text Example
Text Example
White with #33FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FBED; }
p { color: rgb(51,251,237); }
H1.HeaderClassName
{
color: #33FBED;
}
.AnyTagClassName
{
color: #33FBED;
}
</style>
background-color css
<style>
a { background-color: #33FBED; }
a { background-color: rgb(51,251,237); }
div.DivClassName
{
background-color: #33FBED;
}
.BgClassName
{
background-color: #33FBED;
}
</style>
border-color css
<style>
span { border-color: #33FBED; }
span { border-color: rgb(51,251,237); }
td.TdClassName
{
border-color: #33FBED;
}
.TagClassName
{
border-color: #33FBED;
}
</style>