Shades of Turquoise #34FCCF
Tints of Turquoise #34FCCF
RGB
CMYK
RGB Variations
Color information
#34FCCF (or 0x34FCCF) is known color: Turquoise. HEX triplet: 34, FC and CF. RGB value is (52,252,207). Sum of RGB (Red+Green+Blue) = 52+252+207=511 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.18% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #34FCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FCCF is #CB0330. Grayscale: #BBBBBB. Windows color (decimal): -13304625 or 13630516. OLE color: 13630516.
HSL color Cylindrical-coordinate representation of color #34FCCF: hue angle of 166.5º 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 #34FCCF is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 252 | 207 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.01 |
| HSL | 166.5º | 0.97% | 0.6% | - |
| HSV(B) | 166.5º | 0.79% | 0.99% | - |
| XYZ | 47.49 | 74.86 | 70.98 | - |
| YUV | 187.07 | 139.24 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 252 | 207 | 0.79 | 0 | 0.18 | 0.01 | 166.5 | 0.97 | 0.6 |
| Hex | 34 | FC | CF | 4F | 0 | 12 | 1 | A6 | 61 | 3C |
| Octal | 64 | 374 | 317 | 117 | 0 | 22 | 1 | 246 | 141 | 74 |
| Binary | 110100 | 11111100 | 11001111 | 1001111 | 0 | 10010 | 1 | 10100110 | 1100001 | 111100 |
Color Harmonies of #34FCCF
Complementary color
Monochromatic Colors of #34FCCF
Black with #34FCCF
Text Example
Text Example
White with #34FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FCCF; }
p { color: rgb(52,252,207); }
H1.HeaderClassName
{
color: #34FCCF;
}
.AnyTagClassName
{
color: #34FCCF;
}
</style>
background-color css
<style>
a { background-color: #34FCCF; }
a { background-color: rgb(52,252,207); }
div.DivClassName
{
background-color: #34FCCF;
}
.BgClassName
{
background-color: #34FCCF;
}
</style>
border-color css
<style>
span { border-color: #34FCCF; }
span { border-color: rgb(52,252,207); }
td.TdClassName
{
border-color: #34FCCF;
}
.TagClassName
{
border-color: #34FCCF;
}
</style>