Shades of Turquoise Blue #42DCFA
Tints of Turquoise Blue #42DCFA
RGB
CMYK
RGB Variations
Color information
#42DCFA (or 0x42DCFA) is known color: Turquoise Blue. HEX triplet: 42, DC and FA. RGB value is (66,220,250). Sum of RGB (Red+Green+Blue) = 66+220+250=536 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.31% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #42DCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DCFA is #BD2305. Grayscale: #B1B1B1. Windows color (decimal): -12395270 or 16440386. OLE color: 16440386.
HSL color Cylindrical-coordinate representation of color #42DCFA: hue angle of 189.78º 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 #42DCFA is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 220 | 250 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.02 |
| HSL | 189.78º | 0.95% | 0.62% | - |
| HSV(B) | 189.78º | 0.74% | 0.98% | - |
| XYZ | 45.1 | 59.25 | 99.5 | - |
| YUV | 177.37 | 168.98 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 250 | 0.74 | 0.12 | 0 | 0.02 | 189.78 | 0.95 | 0.62 |
| Hex | 42 | DC | FA | 4A | C | 0 | 2 | BE | 5F | 3E |
| Octal | 102 | 334 | 372 | 112 | 14 | 0 | 2 | 276 | 137 | 76 |
| Binary | 1000010 | 11011100 | 11111010 | 1001010 | 1100 | 0 | 10 | 10111110 | 1011111 | 111110 |
Color Harmonies of #42DCFA
Complementary color
Monochromatic Colors of #42DCFA
Black with #42DCFA
Text Example
Text Example
White with #42DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DCFA; }
p { color: rgb(66,220,250); }
H1.HeaderClassName
{
color: #42DCFA;
}
.AnyTagClassName
{
color: #42DCFA;
}
</style>
background-color css
<style>
a { background-color: #42DCFA; }
a { background-color: rgb(66,220,250); }
div.DivClassName
{
background-color: #42DCFA;
}
.BgClassName
{
background-color: #42DCFA;
}
</style>
border-color css
<style>
span { border-color: #42DCFA; }
span { border-color: rgb(66,220,250); }
td.TdClassName
{
border-color: #42DCFA;
}
.TagClassName
{
border-color: #42DCFA;
}
</style>