Shades of Turquoise #34FCCC
Tints of Turquoise #34FCCC
RGB
CMYK
RGB Variations
Color information
#34FCCC (or 0x34FCCC) is known color: Turquoise. HEX triplet: 34, FC and CC. RGB value is (52,252,204). Sum of RGB (Red+Green+Blue) = 52+252+204=508 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.24% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #34FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FCCC is #CB0333. Grayscale: #BABABA. Windows color (decimal): -13304628 or 13433908. OLE color: 13433908.
HSL color Cylindrical-coordinate representation of color #34FCCC: hue angle of 165.6º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FCCC is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 252 | 204 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.01 |
| HSL | 165.6º | 0.97% | 0.6% | - |
| HSV(B) | 165.6º | 0.79% | 0.99% | - |
| XYZ | 47.13 | 74.71 | 69.06 | - |
| YUV | 186.73 | 137.74 | 31.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 252 | 204 | 0.79 | 0 | 0.19 | 0.01 | 165.6 | 0.97 | 0.6 |
| Hex | 34 | FC | CC | 4F | 0 | 13 | 1 | A6 | 61 | 3C |
| Octal | 64 | 374 | 314 | 117 | 0 | 23 | 1 | 246 | 141 | 74 |
| Binary | 110100 | 11111100 | 11001100 | 1001111 | 0 | 10011 | 1 | 10100110 | 1100001 | 111100 |
Color Harmonies of #34FCCC
Complementary color
Monochromatic Colors of #34FCCC
Black with #34FCCC
Text Example
Text Example
White with #34FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FCCC; }
p { color: rgb(52,252,204); }
H1.HeaderClassName
{
color: #34FCCC;
}
.AnyTagClassName
{
color: #34FCCC;
}
</style>
background-color css
<style>
a { background-color: #34FCCC; }
a { background-color: rgb(52,252,204); }
div.DivClassName
{
background-color: #34FCCC;
}
.BgClassName
{
background-color: #34FCCC;
}
</style>
border-color css
<style>
span { border-color: #34FCCC; }
span { border-color: rgb(52,252,204); }
td.TdClassName
{
border-color: #34FCCC;
}
.TagClassName
{
border-color: #34FCCC;
}
</style>