Shades of Turquoise #42F8D2
Tints of Turquoise #42F8D2
RGB
CMYK
RGB Variations
Color information
#42F8D2 (or 0x42F8D2) is known color: Turquoise. HEX triplet: 42, F8 and D2. RGB value is (66,248,210). Sum of RGB (Red+Green+Blue) = 66+248+210=524 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.60% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #42F8D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F8D2 is #BD072D. Grayscale: #BDBDBD. Windows color (decimal): -12388142 or 13826114. OLE color: 13826114.
HSL color Cylindrical-coordinate representation of color #42F8D2: hue angle of 167.47º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F8D2 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 210 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.03 |
| HSL | 167.47º | 0.93% | 0.62% | - |
| HSV(B) | 167.47º | 0.73% | 0.97% | - |
| XYZ | 47.45 | 72.95 | 72.55 | - |
| YUV | 189.25 | 139.7 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 210 | 0.73 | 0 | 0.15 | 0.03 | 167.47 | 0.93 | 0.62 |
| Hex | 42 | F8 | D2 | 49 | 0 | F | 3 | A7 | 5D | 3E |
| Octal | 102 | 370 | 322 | 111 | 0 | 17 | 3 | 247 | 135 | 76 |
| Binary | 1000010 | 11111000 | 11010010 | 1001001 | 0 | 1111 | 11 | 10100111 | 1011101 | 111110 |
Color Harmonies of #42F8D2
Complementary color
Monochromatic Colors of #42F8D2
Black with #42F8D2
Text Example
Text Example
White with #42F8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F8D2; }
p { color: rgb(66,248,210); }
H1.HeaderClassName
{
color: #42F8D2;
}
.AnyTagClassName
{
color: #42F8D2;
}
</style>
background-color css
<style>
a { background-color: #42F8D2; }
a { background-color: rgb(66,248,210); }
div.DivClassName
{
background-color: #42F8D2;
}
.BgClassName
{
background-color: #42F8D2;
}
</style>
border-color css
<style>
span { border-color: #42F8D2; }
span { border-color: rgb(66,248,210); }
td.TdClassName
{
border-color: #42F8D2;
}
.TagClassName
{
border-color: #42F8D2;
}
</style>