Shades of Turquoise #42E5FA
Tints of Turquoise #42E5FA
RGB
CMYK
RGB Variations
Color information
#42E5FA (or 0x42E5FA) is known color: Turquoise. HEX triplet: 42, E5 and FA. RGB value is (66,229,250). Sum of RGB (Red+Green+Blue) = 66+229+250=545 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.11% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #42E5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42E5FA is #BD1A05. Grayscale: #B6B6B6. Windows color (decimal): -12392966 or 16442690. OLE color: 16442690.
HSL color Cylindrical-coordinate representation of color #42E5FA: hue angle of 186.85º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42E5FA is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 229 | 250 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.02 |
| HSL | 186.85º | 0.95% | 0.62% | - |
| HSV(B) | 186.85º | 0.74% | 0.98% | - |
| XYZ | 47.52 | 64.1 | 100.31 | - |
| YUV | 182.66 | 166 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 229 | 250 | 0.74 | 0.08 | 0 | 0.02 | 186.85 | 0.95 | 0.62 |
| Hex | 42 | E5 | FA | 4A | 8 | 0 | 2 | BB | 5F | 3E |
| Octal | 102 | 345 | 372 | 112 | 10 | 0 | 2 | 273 | 137 | 76 |
| Binary | 1000010 | 11100101 | 11111010 | 1001010 | 1000 | 0 | 10 | 10111011 | 1011111 | 111110 |
Color Harmonies of #42E5FA
Complementary color
Monochromatic Colors of #42E5FA
Black with #42E5FA
Text Example
Text Example
White with #42E5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E5FA; }
p { color: rgb(66,229,250); }
H1.HeaderClassName
{
color: #42E5FA;
}
.AnyTagClassName
{
color: #42E5FA;
}
</style>
background-color css
<style>
a { background-color: #42E5FA; }
a { background-color: rgb(66,229,250); }
div.DivClassName
{
background-color: #42E5FA;
}
.BgClassName
{
background-color: #42E5FA;
}
</style>
border-color css
<style>
span { border-color: #42E5FA; }
span { border-color: rgb(66,229,250); }
td.TdClassName
{
border-color: #42E5FA;
}
.TagClassName
{
border-color: #42E5FA;
}
</style>