Shades of Turquoise #42FCDF
Tints of Turquoise #42FCDF
RGB
CMYK
RGB Variations
Color information
#42FCDF (or 0x42FCDF) is known color: Turquoise. HEX triplet: 42, FC and DF. RGB value is (66,252,223). Sum of RGB (Red+Green+Blue) = 66+252+223=541 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.20% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCDF is #BD0320. Grayscale: #C1C1C1. Windows color (decimal): -12387105 or 14679106. OLE color: 14679106.
HSL color Cylindrical-coordinate representation of color #42FCDF: hue angle of 170.65º 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 #42FCDF is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 223 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.01 |
| HSL | 170.65º | 0.97% | 0.62% | - |
| HSV(B) | 170.65º | 0.74% | 0.99% | - |
| XYZ | 50.38 | 76.11 | 81.85 | - |
| YUV | 193.08 | 144.88 | 37.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 223 | 0.74 | 0 | 0.12 | 0.01 | 170.65 | 0.97 | 0.62 |
| Hex | 42 | FC | DF | 4A | 0 | C | 1 | AB | 61 | 3E |
| Octal | 102 | 374 | 337 | 112 | 0 | 14 | 1 | 253 | 141 | 76 |
| Binary | 1000010 | 11111100 | 11011111 | 1001010 | 0 | 1100 | 1 | 10101011 | 1100001 | 111110 |
Color Harmonies of #42FCDF
Complementary color
Monochromatic Colors of #42FCDF
Black with #42FCDF
Text Example
Text Example
White with #42FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FCDF; }
p { color: rgb(66,252,223); }
H1.HeaderClassName
{
color: #42FCDF;
}
.AnyTagClassName
{
color: #42FCDF;
}
</style>
background-color css
<style>
a { background-color: #42FCDF; }
a { background-color: rgb(66,252,223); }
div.DivClassName
{
background-color: #42FCDF;
}
.BgClassName
{
background-color: #42FCDF;
}
</style>
border-color css
<style>
span { border-color: #42FCDF; }
span { border-color: rgb(66,252,223); }
td.TdClassName
{
border-color: #42FCDF;
}
.TagClassName
{
border-color: #42FCDF;
}
</style>