Shades of Turquoise #42FDCD
Tints of Turquoise #42FDCD
RGB
CMYK
RGB Variations
Color information
#42FDCD (or 0x42FDCD) is known color: Turquoise. HEX triplet: 42, FD and CD. RGB value is (66,253,205). Sum of RGB (Red+Green+Blue) = 66+253+205=524 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.60% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #42FDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FDCD is #BD0232. Grayscale: #BFBFBF. Windows color (decimal): -12386867 or 13499714. OLE color: 13499714.
HSL color Cylindrical-coordinate representation of color #42FDCD: hue angle of 164.6º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FDCD is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 253 | 205 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.01 |
| HSL | 164.6º | 0.98% | 0.63% | - |
| HSV(B) | 164.6º | 0.74% | 0.99% | - |
| XYZ | 48.39 | 75.82 | 69.84 | - |
| YUV | 191.62 | 135.55 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 205 | 0.74 | 0 | 0.19 | 0.01 | 164.6 | 0.98 | 0.63 |
| Hex | 42 | FD | CD | 4A | 0 | 13 | 1 | A5 | 62 | 3F |
| Octal | 102 | 375 | 315 | 112 | 0 | 23 | 1 | 245 | 142 | 77 |
| Binary | 1000010 | 11111101 | 11001101 | 1001010 | 0 | 10011 | 1 | 10100101 | 1100010 | 111111 |
Color Harmonies of #42FDCD
Complementary color
Monochromatic Colors of #42FDCD
Black with #42FDCD
Text Example
Text Example
White with #42FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FDCD; }
p { color: rgb(66,253,205); }
H1.HeaderClassName
{
color: #42FDCD;
}
.AnyTagClassName
{
color: #42FDCD;
}
</style>
background-color css
<style>
a { background-color: #42FDCD; }
a { background-color: rgb(66,253,205); }
div.DivClassName
{
background-color: #42FDCD;
}
.BgClassName
{
background-color: #42FDCD;
}
</style>
border-color css
<style>
span { border-color: #42FDCD; }
span { border-color: rgb(66,253,205); }
td.TdClassName
{
border-color: #42FDCD;
}
.TagClassName
{
border-color: #42FDCD;
}
</style>