Shades of Turquoise Blue #42E5FF
Tints of Turquoise Blue #42E5FF
RGB
CMYK
RGB Variations
Color information
#42E5FF (or 0x42E5FF) is known color: Turquoise Blue. HEX triplet: 42, E5 and FF. RGB value is (66,229,255). Sum of RGB (Red+Green+Blue) = 66+229+255=550 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #42E5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42E5FF is #BD1A00. Grayscale: #B6B6B6. Windows color (decimal): -12392961 or 16770370. OLE color: 16770370.
HSL color Cylindrical-coordinate representation of color #42E5FF: hue angle of 188.25º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42E5FF is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 229 | 255 | - |
| CMYK | 0.74 | 0.10 | 0 | 0 |
| HSL | 188.25º | 1% | 0.63% | - |
| HSV(B) | 188.25º | 0.74% | 1% | - |
| XYZ | 48.32 | 64.42 | 104.49 | - |
| YUV | 183.23 | 168.5 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 229 | 255 | 0.74 | 0.10 | 0 | 0 | 188.25 | 1 | 0.63 |
| Hex | 42 | E5 | FF | 4A | A | 0 | 0 | BC | 64 | 3F |
| Octal | 102 | 345 | 377 | 112 | 12 | 0 | 0 | 274 | 144 | 77 |
| Binary | 1000010 | 11100101 | 11111111 | 1001010 | 1010 | 0 | 0 | 10111100 | 1100100 | 111111 |
Color Harmonies of #42E5FF
Complementary color
Monochromatic Colors of #42E5FF
Black with #42E5FF
Text Example
Text Example
White with #42E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E5FF; }
p { color: rgb(66,229,255); }
H1.HeaderClassName
{
color: #42E5FF;
}
.AnyTagClassName
{
color: #42E5FF;
}
</style>
background-color css
<style>
a { background-color: #42E5FF; }
a { background-color: rgb(66,229,255); }
div.DivClassName
{
background-color: #42E5FF;
}
.BgClassName
{
background-color: #42E5FF;
}
</style>
border-color css
<style>
span { border-color: #42E5FF; }
span { border-color: rgb(66,229,255); }
td.TdClassName
{
border-color: #42E5FF;
}
.TagClassName
{
border-color: #42E5FF;
}
</style>