Shades of Turquoise #42EEFA
Tints of Turquoise #42EEFA
RGB
CMYK
RGB Variations
Color information
#42EEFA (or 0x42EEFA) is known color: Turquoise. HEX triplet: 42, EE and FA. RGB value is (66,238,250). Sum of RGB (Red+Green+Blue) = 66+238+250=554 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.91% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #42EEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EEFA is #BD1105. Grayscale: #BBBBBB. Windows color (decimal): -12390662 or 16444994. OLE color: 16444994.
HSL color Cylindrical-coordinate representation of color #42EEFA: hue angle of 183.91º 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 #42EEFA is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 238 | 250 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.02 |
| HSL | 183.91º | 0.95% | 0.62% | - |
| HSV(B) | 183.91º | 0.74% | 0.98% | - |
| XYZ | 50.08 | 69.21 | 101.16 | - |
| YUV | 187.94 | 163.02 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 238 | 250 | 0.74 | 0.05 | 0 | 0.02 | 183.91 | 0.95 | 0.62 |
| Hex | 42 | EE | FA | 4A | 5 | 0 | 2 | B8 | 5F | 3E |
| Octal | 102 | 356 | 372 | 112 | 5 | 0 | 2 | 270 | 137 | 76 |
| Binary | 1000010 | 11101110 | 11111010 | 1001010 | 101 | 0 | 10 | 10111000 | 1011111 | 111110 |
Color Harmonies of #42EEFA
Complementary color
Monochromatic Colors of #42EEFA
Black with #42EEFA
Text Example
Text Example
White with #42EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EEFA; }
p { color: rgb(66,238,250); }
H1.HeaderClassName
{
color: #42EEFA;
}
.AnyTagClassName
{
color: #42EEFA;
}
</style>
background-color css
<style>
a { background-color: #42EEFA; }
a { background-color: rgb(66,238,250); }
div.DivClassName
{
background-color: #42EEFA;
}
.BgClassName
{
background-color: #42EEFA;
}
</style>
border-color css
<style>
span { border-color: #42EEFA; }
span { border-color: rgb(66,238,250); }
td.TdClassName
{
border-color: #42EEFA;
}
.TagClassName
{
border-color: #42EEFA;
}
</style>