Shades of Medium Turquoise #33CFC3
Tints of Medium Turquoise #33CFC3
RGB
CMYK
RGB Variations
Color information
#33CFC3 (or 0x33CFC3) is known color: Medium Turquoise. HEX triplet: 33, CF and C3. RGB value is (51,207,195). Sum of RGB (Red+Green+Blue) = 51+207+195=453 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.26% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #33CFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CFC3 is #CC303C. Grayscale: #9E9E9E. Windows color (decimal): -13381693 or 12832563. OLE color: 12832563.
HSL color Cylindrical-coordinate representation of color #33CFC3: hue angle of 175.38º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CFC3 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 207 | 195 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.19 |
| HSL | 175.38º | 0.62% | 0.51% | - |
| HSV(B) | 175.38º | 0.75% | 0.81% | - |
| XYZ | 33.53 | 49.27 | 59.37 | - |
| YUV | 158.99 | 148.32 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 207 | 195 | 0.75 | 0 | 0.06 | 0.19 | 175.38 | 0.62 | 0.51 |
| Hex | 33 | CF | C3 | 4B | 0 | 6 | 13 | AF | 3E | 33 |
| Octal | 63 | 317 | 303 | 113 | 0 | 6 | 23 | 257 | 76 | 63 |
| Binary | 110011 | 11001111 | 11000011 | 1001011 | 0 | 110 | 10011 | 10101111 | 111110 | 110011 |
Color Harmonies of #33CFC3
Complementary color
Monochromatic Colors of #33CFC3
Black with #33CFC3
Text Example
Text Example
White with #33CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CFC3; }
p { color: rgb(51,207,195); }
H1.HeaderClassName
{
color: #33CFC3;
}
.AnyTagClassName
{
color: #33CFC3;
}
</style>
background-color css
<style>
a { background-color: #33CFC3; }
a { background-color: rgb(51,207,195); }
div.DivClassName
{
background-color: #33CFC3;
}
.BgClassName
{
background-color: #33CFC3;
}
</style>
border-color css
<style>
span { border-color: #33CFC3; }
span { border-color: rgb(51,207,195); }
td.TdClassName
{
border-color: #33CFC3;
}
.TagClassName
{
border-color: #33CFC3;
}
</style>