Shades of Turquoise #42FDDF
Tints of Turquoise #42FDDF
RGB
CMYK
RGB Variations
Color information
#42FDDF (or 0x42FDDF) is known color: Turquoise. HEX triplet: 42, FD and DF. RGB value is (66,253,223). Sum of RGB (Red+Green+Blue) = 66+253+223=542 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.18% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #42FDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FDDF is #BD0220. Grayscale: #C1C1C1. Windows color (decimal): -12386849 or 14679362. OLE color: 14679362.
HSL color Cylindrical-coordinate representation of color #42FDDF: hue angle of 170.37º 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 #42FDDF is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 253 | 223 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.01 |
| HSL | 170.37º | 0.98% | 0.63% | - |
| HSV(B) | 170.37º | 0.74% | 0.99% | - |
| XYZ | 50.69 | 76.74 | 81.95 | - |
| YUV | 193.67 | 144.55 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 223 | 0.74 | 0 | 0.12 | 0.01 | 170.37 | 0.98 | 0.63 |
| Hex | 42 | FD | DF | 4A | 0 | C | 1 | AA | 62 | 3F |
| Octal | 102 | 375 | 337 | 112 | 0 | 14 | 1 | 252 | 142 | 77 |
| Binary | 1000010 | 11111101 | 11011111 | 1001010 | 0 | 1100 | 1 | 10101010 | 1100010 | 111111 |
Color Harmonies of #42FDDF
Complementary color
Monochromatic Colors of #42FDDF
Black with #42FDDF
Text Example
Text Example
White with #42FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FDDF; }
p { color: rgb(66,253,223); }
H1.HeaderClassName
{
color: #42FDDF;
}
.AnyTagClassName
{
color: #42FDDF;
}
</style>
background-color css
<style>
a { background-color: #42FDDF; }
a { background-color: rgb(66,253,223); }
div.DivClassName
{
background-color: #42FDDF;
}
.BgClassName
{
background-color: #42FDDF;
}
</style>
border-color css
<style>
span { border-color: #42FDDF; }
span { border-color: rgb(66,253,223); }
td.TdClassName
{
border-color: #42FDDF;
}
.TagClassName
{
border-color: #42FDDF;
}
</style>