Shades of Turquoise #42FBCD
Tints of Turquoise #42FBCD
RGB
CMYK
RGB Variations
Color information
#42FBCD (or 0x42FBCD) is known color: Turquoise. HEX triplet: 42, FB and CD. RGB value is (66,251,205). Sum of RGB (Red+Green+Blue) = 66+251+205=522 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.64% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FBCD is #BD0432. Grayscale: #BEBEBE. Windows color (decimal): -12387379 or 13499202. OLE color: 13499202.
HSL color Cylindrical-coordinate representation of color #42FBCD: hue angle of 165.08º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FBCD is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 205 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.02 |
| HSL | 165.08º | 0.96% | 0.62% | - |
| HSV(B) | 165.08º | 0.74% | 0.98% | - |
| XYZ | 47.76 | 74.56 | 69.63 | - |
| YUV | 190.44 | 136.21 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 205 | 0.74 | 0 | 0.18 | 0.02 | 165.08 | 0.96 | 0.62 |
| Hex | 42 | FB | CD | 4A | 0 | 12 | 2 | A5 | 60 | 3E |
| Octal | 102 | 373 | 315 | 112 | 0 | 22 | 2 | 245 | 140 | 76 |
| Binary | 1000010 | 11111011 | 11001101 | 1001010 | 0 | 10010 | 10 | 10100101 | 1100000 | 111110 |
Color Harmonies of #42FBCD
Complementary color
Monochromatic Colors of #42FBCD
Black with #42FBCD
Text Example
Text Example
White with #42FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBCD; }
p { color: rgb(66,251,205); }
H1.HeaderClassName
{
color: #42FBCD;
}
.AnyTagClassName
{
color: #42FBCD;
}
</style>
background-color css
<style>
a { background-color: #42FBCD; }
a { background-color: rgb(66,251,205); }
div.DivClassName
{
background-color: #42FBCD;
}
.BgClassName
{
background-color: #42FBCD;
}
</style>
border-color css
<style>
span { border-color: #42FBCD; }
span { border-color: rgb(66,251,205); }
td.TdClassName
{
border-color: #42FBCD;
}
.TagClassName
{
border-color: #42FBCD;
}
</style>