Shades of Turquoise #42EFF4
Tints of Turquoise #42EFF4
RGB
CMYK
RGB Variations
Color information
#42EFF4 (or 0x42EFF4) is known color: Turquoise. HEX triplet: 42, EF and F4. RGB value is (66,239,244). Sum of RGB (Red+Green+Blue) = 66+239+244=549 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.02% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #42EFF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EFF4 is #BD100B. Grayscale: #BBBBBB. Windows color (decimal): -12390412 or 16052034. OLE color: 16052034.
HSL color Cylindrical-coordinate representation of color #42EFF4: hue angle of 181.69º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42EFF4 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 239 | 244 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.04 |
| HSL | 181.69º | 0.89% | 0.61% | - |
| HSV(B) | 181.69º | 0.73% | 0.96% | - |
| XYZ | 49.44 | 69.42 | 96.38 | - |
| YUV | 187.84 | 159.69 | 41.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 244 | 0.73 | 0.02 | 0 | 0.04 | 181.69 | 0.89 | 0.61 |
| Hex | 42 | EF | F4 | 49 | 2 | 0 | 4 | B6 | 59 | 3D |
| Octal | 102 | 357 | 364 | 111 | 2 | 0 | 4 | 266 | 131 | 75 |
| Binary | 1000010 | 11101111 | 11110100 | 1001001 | 10 | 0 | 100 | 10110110 | 1011001 | 111101 |
Color Harmonies of #42EFF4
Complementary color
Monochromatic Colors of #42EFF4
Black with #42EFF4
Text Example
Text Example
White with #42EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EFF4; }
p { color: rgb(66,239,244); }
H1.HeaderClassName
{
color: #42EFF4;
}
.AnyTagClassName
{
color: #42EFF4;
}
</style>
background-color css
<style>
a { background-color: #42EFF4; }
a { background-color: rgb(66,239,244); }
div.DivClassName
{
background-color: #42EFF4;
}
.BgClassName
{
background-color: #42EFF4;
}
</style>
border-color css
<style>
span { border-color: #42EFF4; }
span { border-color: rgb(66,239,244); }
td.TdClassName
{
border-color: #42EFF4;
}
.TagClassName
{
border-color: #42EFF4;
}
</style>