Shades of Turquoise #42FCCD
Tints of Turquoise #42FCCD
RGB
CMYK
RGB Variations
Color information
#42FCCD (or 0x42FCCD) is known color: Turquoise. HEX triplet: 42, FC and CD. RGB value is (66,252,205). Sum of RGB (Red+Green+Blue) = 66+252+205=523 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.62% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCCD is #BD0332. Grayscale: #BFBFBF. Windows color (decimal): -12387123 or 13499458. OLE color: 13499458.
HSL color Cylindrical-coordinate representation of color #42FCCD: hue angle of 164.84º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FCCD is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 205 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.01 |
| HSL | 164.84º | 0.97% | 0.62% | - |
| HSV(B) | 164.84º | 0.74% | 0.99% | - |
| XYZ | 48.08 | 75.19 | 69.74 | - |
| YUV | 191.03 | 135.88 | 38.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 205 | 0.74 | 0 | 0.19 | 0.01 | 164.84 | 0.97 | 0.62 |
| Hex | 42 | FC | CD | 4A | 0 | 13 | 1 | A5 | 61 | 3E |
| Octal | 102 | 374 | 315 | 112 | 0 | 23 | 1 | 245 | 141 | 76 |
| Binary | 1000010 | 11111100 | 11001101 | 1001010 | 0 | 10011 | 1 | 10100101 | 1100001 | 111110 |
Color Harmonies of #42FCCD
Complementary color
Monochromatic Colors of #42FCCD
Black with #42FCCD
Text Example
Text Example
White with #42FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FCCD; }
p { color: rgb(66,252,205); }
H1.HeaderClassName
{
color: #42FCCD;
}
.AnyTagClassName
{
color: #42FCCD;
}
</style>
background-color css
<style>
a { background-color: #42FCCD; }
a { background-color: rgb(66,252,205); }
div.DivClassName
{
background-color: #42FCCD;
}
.BgClassName
{
background-color: #42FCCD;
}
</style>
border-color css
<style>
span { border-color: #42FCCD; }
span { border-color: rgb(66,252,205); }
td.TdClassName
{
border-color: #42FCCD;
}
.TagClassName
{
border-color: #42FCCD;
}
</style>