Shades of Medium Turquoise #33BFC1
Tints of Medium Turquoise #33BFC1
RGB
CMYK
RGB Variations
Color information
#33BFC1 (or 0x33BFC1) is known color: Medium Turquoise. HEX triplet: 33, BF and C1. RGB value is (51,191,193). Sum of RGB (Red+Green+Blue) = 51+191+193=435 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.72% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #33BFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFC1 is #CC403E. Grayscale: #959595. Windows color (decimal): -13385791 or 12697395. OLE color: 12697395.
HSL color Cylindrical-coordinate representation of color #33BFC1: hue angle of 180.85º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33BFC1 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 191 | 193 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.24 |
| HSL | 180.85º | 0.58% | 0.48% | - |
| HSV(B) | 180.85º | 0.74% | 0.76% | - |
| XYZ | 29.62 | 41.82 | 56.96 | - |
| YUV | 149.37 | 152.62 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 193 | 0.74 | 0.01 | 0 | 0.24 | 180.85 | 0.58 | 0.48 |
| Hex | 33 | BF | C1 | 4A | 1 | 0 | 18 | B5 | 3A | 30 |
| Octal | 63 | 277 | 301 | 112 | 1 | 0 | 30 | 265 | 72 | 60 |
| Binary | 110011 | 10111111 | 11000001 | 1001010 | 1 | 0 | 11000 | 10110101 | 111010 | 110000 |
Color Harmonies of #33BFC1
Complementary color
Monochromatic Colors of #33BFC1
Black with #33BFC1
Text Example
Text Example
White with #33BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFC1; }
p { color: rgb(51,191,193); }
H1.HeaderClassName
{
color: #33BFC1;
}
.AnyTagClassName
{
color: #33BFC1;
}
</style>
background-color css
<style>
a { background-color: #33BFC1; }
a { background-color: rgb(51,191,193); }
div.DivClassName
{
background-color: #33BFC1;
}
.BgClassName
{
background-color: #33BFC1;
}
</style>
border-color css
<style>
span { border-color: #33BFC1; }
span { border-color: rgb(51,191,193); }
td.TdClassName
{
border-color: #33BFC1;
}
.TagClassName
{
border-color: #33BFC1;
}
</style>