Shades of Turquoise #34FCCD
Tints of Turquoise #34FCCD
RGB
CMYK
RGB Variations
Color information
#34FCCD (or 0x34FCCD) is known color: Turquoise. HEX triplet: 34, FC and CD. RGB value is (52,252,205). Sum of RGB (Red+Green+Blue) = 52+252+205=509 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.22% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #34FCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FCCD is #CB0332. Grayscale: #BABABA. Windows color (decimal): -13304627 or 13499444. OLE color: 13499444.
HSL color Cylindrical-coordinate representation of color #34FCCD: hue angle of 165.9º 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 #34FCCD is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 252 | 205 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.01 |
| HSL | 165.9º | 0.97% | 0.6% | - |
| HSV(B) | 165.9º | 0.79% | 0.99% | - |
| XYZ | 47.25 | 74.76 | 69.7 | - |
| YUV | 186.84 | 138.24 | 31.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 252 | 205 | 0.79 | 0 | 0.19 | 0.01 | 165.9 | 0.97 | 0.6 |
| Hex | 34 | FC | CD | 4F | 0 | 13 | 1 | A6 | 61 | 3C |
| Octal | 64 | 374 | 315 | 117 | 0 | 23 | 1 | 246 | 141 | 74 |
| Binary | 110100 | 11111100 | 11001101 | 1001111 | 0 | 10011 | 1 | 10100110 | 1100001 | 111100 |
Color Harmonies of #34FCCD
Complementary color
Monochromatic Colors of #34FCCD
Black with #34FCCD
Text Example
Text Example
White with #34FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FCCD; }
p { color: rgb(52,252,205); }
H1.HeaderClassName
{
color: #34FCCD;
}
.AnyTagClassName
{
color: #34FCCD;
}
</style>
background-color css
<style>
a { background-color: #34FCCD; }
a { background-color: rgb(52,252,205); }
div.DivClassName
{
background-color: #34FCCD;
}
.BgClassName
{
background-color: #34FCCD;
}
</style>
border-color css
<style>
span { border-color: #34FCCD; }
span { border-color: rgb(52,252,205); }
td.TdClassName
{
border-color: #34FCCD;
}
.TagClassName
{
border-color: #34FCCD;
}
</style>