Shades of Turquoise #33E7CF
Tints of Turquoise #33E7CF
RGB
CMYK
RGB Variations
Color information
#33E7CF (or 0x33E7CF) is known color: Turquoise. HEX triplet: 33, E7 and CF. RGB value is (51,231,207). Sum of RGB (Red+Green+Blue) = 51+231+207=489 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.43% from 489); Green value is 231 (90.62% from 255 or 47.24% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 231 - color contains mainly: green. Hex color #33E7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33E7CF is #CC1830. Grayscale: #AEAEAE. Windows color (decimal): -13375537 or 13625139. OLE color: 13625139.
HSL color Cylindrical-coordinate representation of color #33E7CF: hue angle of 172º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33E7CF is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 231 | 207 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.09 |
| HSL | 172º | 0.79% | 0.55% | - |
| HSV(B) | 172º | 0.78% | 0.91% | - |
| XYZ | 41.2 | 62.36 | 68.9 | - |
| YUV | 174.44 | 146.37 | 39.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 231 | 207 | 0.78 | 0 | 0.10 | 0.09 | 172 | 0.79 | 0.55 |
| Hex | 33 | E7 | CF | 4E | 0 | A | 9 | AC | 4F | 37 |
| Octal | 63 | 347 | 317 | 116 | 0 | 12 | 11 | 254 | 117 | 67 |
| Binary | 110011 | 11100111 | 11001111 | 1001110 | 0 | 1010 | 1001 | 10101100 | 1001111 | 110111 |
Color Harmonies of #33E7CF
Complementary color
Monochromatic Colors of #33E7CF
Black with #33E7CF
Text Example
Text Example
White with #33E7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E7CF; }
p { color: rgb(51,231,207); }
H1.HeaderClassName
{
color: #33E7CF;
}
.AnyTagClassName
{
color: #33E7CF;
}
</style>
background-color css
<style>
a { background-color: #33E7CF; }
a { background-color: rgb(51,231,207); }
div.DivClassName
{
background-color: #33E7CF;
}
.BgClassName
{
background-color: #33E7CF;
}
</style>
border-color css
<style>
span { border-color: #33E7CF; }
span { border-color: rgb(51,231,207); }
td.TdClassName
{
border-color: #33E7CF;
}
.TagClassName
{
border-color: #33E7CF;
}
</style>