Shades of Turquoise Blue #42D9FA
Tints of Turquoise Blue #42D9FA
RGB
CMYK
RGB Variations
Color information
#42D9FA (or 0x42D9FA) is known color: Turquoise Blue. HEX triplet: 42, D9 and FA. RGB value is (66,217,250). Sum of RGB (Red+Green+Blue) = 66+217+250=533 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.38% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #42D9FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D9FA is #BD2605. Grayscale: #AFAFAF. Windows color (decimal): -12396038 or 16439618. OLE color: 16439618.
HSL color Cylindrical-coordinate representation of color #42D9FA: hue angle of 190.76º 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 #42D9FA is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 217 | 250 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.02 |
| HSL | 190.76º | 0.95% | 0.62% | - |
| HSV(B) | 190.76º | 0.74% | 0.98% | - |
| XYZ | 44.31 | 57.69 | 99.24 | - |
| YUV | 175.61 | 169.97 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 217 | 250 | 0.74 | 0.13 | 0 | 0.02 | 190.76 | 0.95 | 0.62 |
| Hex | 42 | D9 | FA | 4A | D | 0 | 2 | BF | 5F | 3E |
| Octal | 102 | 331 | 372 | 112 | 15 | 0 | 2 | 277 | 137 | 76 |
| Binary | 1000010 | 11011001 | 11111010 | 1001010 | 1101 | 0 | 10 | 10111111 | 1011111 | 111110 |
Color Harmonies of #42D9FA
Complementary color
Monochromatic Colors of #42D9FA
Black with #42D9FA
Text Example
Text Example
White with #42D9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D9FA; }
p { color: rgb(66,217,250); }
H1.HeaderClassName
{
color: #42D9FA;
}
.AnyTagClassName
{
color: #42D9FA;
}
</style>
background-color css
<style>
a { background-color: #42D9FA; }
a { background-color: rgb(66,217,250); }
div.DivClassName
{
background-color: #42D9FA;
}
.BgClassName
{
background-color: #42D9FA;
}
</style>
border-color css
<style>
span { border-color: #42D9FA; }
span { border-color: rgb(66,217,250); }
td.TdClassName
{
border-color: #42D9FA;
}
.TagClassName
{
border-color: #42D9FA;
}
</style>