Shades of Medium Turquoise #33BFCB
Tints of Medium Turquoise #33BFCB
RGB
CMYK
RGB Variations
Color information
#33BFCB (or 0x33BFCB) is known color: Medium Turquoise. HEX triplet: 33, BF and CB. RGB value is (51,191,203). Sum of RGB (Red+Green+Blue) = 51+191+203=445 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.46% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #33BFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFCB is #CC4034. Grayscale: #969696. Windows color (decimal): -13385781 or 13352755. OLE color: 13352755.
HSL color Cylindrical-coordinate representation of color #33BFCB: hue angle of 184.74º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33BFCB is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 191 | 203 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.20 |
| HSL | 184.74º | 0.6% | 0.5% | - |
| HSV(B) | 184.74º | 0.75% | 0.8% | - |
| XYZ | 30.78 | 42.28 | 63.04 | - |
| YUV | 150.51 | 157.62 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 203 | 0.75 | 0.06 | 0 | 0.20 | 184.74 | 0.6 | 0.5 |
| Hex | 33 | BF | CB | 4B | 6 | 0 | 14 | B9 | 3C | 32 |
| Octal | 63 | 277 | 313 | 113 | 6 | 0 | 24 | 271 | 74 | 62 |
| Binary | 110011 | 10111111 | 11001011 | 1001011 | 110 | 0 | 10100 | 10111001 | 111100 | 110010 |
Color Harmonies of #33BFCB
Complementary color
Monochromatic Colors of #33BFCB
Black with #33BFCB
Text Example
Text Example
White with #33BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFCB; }
p { color: rgb(51,191,203); }
H1.HeaderClassName
{
color: #33BFCB;
}
.AnyTagClassName
{
color: #33BFCB;
}
</style>
background-color css
<style>
a { background-color: #33BFCB; }
a { background-color: rgb(51,191,203); }
div.DivClassName
{
background-color: #33BFCB;
}
.BgClassName
{
background-color: #33BFCB;
}
</style>
border-color css
<style>
span { border-color: #33BFCB; }
span { border-color: rgb(51,191,203); }
td.TdClassName
{
border-color: #33BFCB;
}
.TagClassName
{
border-color: #33BFCB;
}
</style>