Shades of Turquoise Blue #42DCFE
Tints of Turquoise Blue #42DCFE
RGB
CMYK
RGB Variations
Color information
#42DCFE (or 0x42DCFE) is known color: Turquoise Blue. HEX triplet: 42, DC and FE. RGB value is (66,220,254). Sum of RGB (Red+Green+Blue) = 66+220+254=540 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.22% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #42DCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DCFE is #BD2301. Grayscale: #B1B1B1. Windows color (decimal): -12395266 or 16702530. OLE color: 16702530.
HSL color Cylindrical-coordinate representation of color #42DCFE: hue angle of 190.85º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42DCFE is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 220 | 254 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.00 |
| HSL | 190.85º | 0.99% | 0.63% | - |
| HSV(B) | 190.85º | 0.74% | 1% | - |
| XYZ | 45.73 | 59.5 | 102.84 | - |
| YUV | 177.83 | 170.98 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 254 | 0.74 | 0.13 | 0 | 0.00 | 190.85 | 0.99 | 0.63 |
| Hex | 42 | DC | FE | 4A | D | 0 | 0 | BF | 63 | 3F |
| Octal | 102 | 334 | 376 | 112 | 15 | 0 | 0 | 277 | 143 | 77 |
| Binary | 1000010 | 11011100 | 11111110 | 1001010 | 1101 | 0 | 0 | 10111111 | 1100011 | 111111 |
Color Harmonies of #42DCFE
Complementary color
Monochromatic Colors of #42DCFE
Black with #42DCFE
Text Example
Text Example
White with #42DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DCFE; }
p { color: rgb(66,220,254); }
H1.HeaderClassName
{
color: #42DCFE;
}
.AnyTagClassName
{
color: #42DCFE;
}
</style>
background-color css
<style>
a { background-color: #42DCFE; }
a { background-color: rgb(66,220,254); }
div.DivClassName
{
background-color: #42DCFE;
}
.BgClassName
{
background-color: #42DCFE;
}
</style>
border-color css
<style>
span { border-color: #42DCFE; }
span { border-color: rgb(66,220,254); }
td.TdClassName
{
border-color: #42DCFE;
}
.TagClassName
{
border-color: #42DCFE;
}
</style>