Shades of Turquoise Blue #42E5FE
Tints of Turquoise Blue #42E5FE
RGB
CMYK
RGB Variations
Color information
#42E5FE (or 0x42E5FE) is known color: Turquoise Blue. HEX triplet: 42, E5 and FE. RGB value is (66,229,254). Sum of RGB (Red+Green+Blue) = 66+229+254=549 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.02% from 549); Green value is 229 (89.84% from 255 or 41.71% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #42E5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42E5FE is #BD1A01. Grayscale: #B6B6B6. Windows color (decimal): -12392962 or 16704834. OLE color: 16704834.
HSL color Cylindrical-coordinate representation of color #42E5FE: hue angle of 187.98º 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 #42E5FE is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 229 | 254 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.00 |
| HSL | 187.98º | 0.99% | 0.63% | - |
| HSV(B) | 187.98º | 0.74% | 1% | - |
| XYZ | 48.16 | 64.35 | 103.65 | - |
| YUV | 183.11 | 168 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 229 | 254 | 0.74 | 0.10 | 0 | 0.00 | 187.98 | 0.99 | 0.63 |
| Hex | 42 | E5 | FE | 4A | A | 0 | 0 | BC | 63 | 3F |
| Octal | 102 | 345 | 376 | 112 | 12 | 0 | 0 | 274 | 143 | 77 |
| Binary | 1000010 | 11100101 | 11111110 | 1001010 | 1010 | 0 | 0 | 10111100 | 1100011 | 111111 |
Color Harmonies of #42E5FE
Complementary color
Monochromatic Colors of #42E5FE
Black with #42E5FE
Text Example
Text Example
White with #42E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E5FE; }
p { color: rgb(66,229,254); }
H1.HeaderClassName
{
color: #42E5FE;
}
.AnyTagClassName
{
color: #42E5FE;
}
</style>
background-color css
<style>
a { background-color: #42E5FE; }
a { background-color: rgb(66,229,254); }
div.DivClassName
{
background-color: #42E5FE;
}
.BgClassName
{
background-color: #42E5FE;
}
</style>
border-color css
<style>
span { border-color: #42E5FE; }
span { border-color: rgb(66,229,254); }
td.TdClassName
{
border-color: #42E5FE;
}
.TagClassName
{
border-color: #42E5FE;
}
</style>