Shades of Turquoise #42F8D5
Tints of Turquoise #42F8D5
RGB
CMYK
RGB Variations
Color information
#42F8D5 (or 0x42F8D5) is known color: Turquoise. HEX triplet: 42, F8 and D5. RGB value is (66,248,213). Sum of RGB (Red+Green+Blue) = 66+248+213=527 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.52% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #42F8D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F8D5 is #BD072A. Grayscale: #BDBDBD. Windows color (decimal): -12388139 or 14022722. OLE color: 14022722.
HSL color Cylindrical-coordinate representation of color #42F8D5: hue angle of 168.46º 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 #42F8D5 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 213 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.03 |
| HSL | 168.46º | 0.93% | 0.62% | - |
| HSV(B) | 168.46º | 0.73% | 0.97% | - |
| XYZ | 47.82 | 73.1 | 74.54 | - |
| YUV | 189.59 | 141.2 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 213 | 0.73 | 0 | 0.14 | 0.03 | 168.46 | 0.93 | 0.62 |
| Hex | 42 | F8 | D5 | 49 | 0 | E | 3 | A8 | 5D | 3E |
| Octal | 102 | 370 | 325 | 111 | 0 | 16 | 3 | 250 | 135 | 76 |
| Binary | 1000010 | 11111000 | 11010101 | 1001001 | 0 | 1110 | 11 | 10101000 | 1011101 | 111110 |
Color Harmonies of #42F8D5
Complementary color
Monochromatic Colors of #42F8D5
Black with #42F8D5
Text Example
Text Example
White with #42F8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F8D5; }
p { color: rgb(66,248,213); }
H1.HeaderClassName
{
color: #42F8D5;
}
.AnyTagClassName
{
color: #42F8D5;
}
</style>
background-color css
<style>
a { background-color: #42F8D5; }
a { background-color: rgb(66,248,213); }
div.DivClassName
{
background-color: #42F8D5;
}
.BgClassName
{
background-color: #42F8D5;
}
</style>
border-color css
<style>
span { border-color: #42F8D5; }
span { border-color: rgb(66,248,213); }
td.TdClassName
{
border-color: #42F8D5;
}
.TagClassName
{
border-color: #42F8D5;
}
</style>