Shades of Turquoise #42FDD6
Tints of Turquoise #42FDD6
RGB
CMYK
RGB Variations
Color information
#42FDD6 (or 0x42FDD6) is known color: Turquoise. HEX triplet: 42, FD and D6. RGB value is (66,253,214). Sum of RGB (Red+Green+Blue) = 66+253+214=533 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.38% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #42FDD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FDD6 is #BD0229. Grayscale: #C0C0C0. Windows color (decimal): -12386858 or 14089538. OLE color: 14089538.
HSL color Cylindrical-coordinate representation of color #42FDD6: hue angle of 167.49º 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 #42FDD6 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 253 | 214 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.01 |
| HSL | 167.49º | 0.98% | 0.63% | - |
| HSV(B) | 167.49º | 0.74% | 0.99% | - |
| XYZ | 49.51 | 76.26 | 75.73 | - |
| YUV | 192.64 | 140.05 | 37.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 214 | 0.74 | 0 | 0.15 | 0.01 | 167.49 | 0.98 | 0.63 |
| Hex | 42 | FD | D6 | 4A | 0 | F | 1 | A7 | 62 | 3F |
| Octal | 102 | 375 | 326 | 112 | 0 | 17 | 1 | 247 | 142 | 77 |
| Binary | 1000010 | 11111101 | 11010110 | 1001010 | 0 | 1111 | 1 | 10100111 | 1100010 | 111111 |
Color Harmonies of #42FDD6
Complementary color
Monochromatic Colors of #42FDD6
Black with #42FDD6
Text Example
Text Example
White with #42FDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FDD6; }
p { color: rgb(66,253,214); }
H1.HeaderClassName
{
color: #42FDD6;
}
.AnyTagClassName
{
color: #42FDD6;
}
</style>
background-color css
<style>
a { background-color: #42FDD6; }
a { background-color: rgb(66,253,214); }
div.DivClassName
{
background-color: #42FDD6;
}
.BgClassName
{
background-color: #42FDD6;
}
</style>
border-color css
<style>
span { border-color: #42FDD6; }
span { border-color: rgb(66,253,214); }
td.TdClassName
{
border-color: #42FDD6;
}
.TagClassName
{
border-color: #42FDD6;
}
</style>