Shades of Turquoise #42ECF4
Tints of Turquoise #42ECF4
RGB
CMYK
RGB Variations
Color information
#42ECF4 (or 0x42ECF4) is known color: Turquoise. HEX triplet: 42, EC and F4. RGB value is (66,236,244). Sum of RGB (Red+Green+Blue) = 66+236+244=546 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.09% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 244 (95.70% from 255 or 44.69% from 546); Max value from RGB is 244 - color contains mainly: blue. Hex color #42ECF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42ECF4 is #BD130B. Grayscale: #B9B9B9. Windows color (decimal): -12391180 or 16051266. OLE color: 16051266.
HSL color Cylindrical-coordinate representation of color #42ECF4: hue angle of 182.7º 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 #42ECF4 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 236 | 244 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.04 |
| HSL | 182.7º | 0.89% | 0.61% | - |
| HSV(B) | 182.7º | 0.73% | 0.96% | - |
| XYZ | 48.57 | 67.68 | 96.09 | - |
| YUV | 186.08 | 160.68 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 244 | 0.73 | 0.03 | 0 | 0.04 | 182.7 | 0.89 | 0.61 |
| Hex | 42 | EC | F4 | 49 | 3 | 0 | 4 | B7 | 59 | 3D |
| Octal | 102 | 354 | 364 | 111 | 3 | 0 | 4 | 267 | 131 | 75 |
| Binary | 1000010 | 11101100 | 11110100 | 1001001 | 11 | 0 | 100 | 10110111 | 1011001 | 111101 |
Color Harmonies of #42ECF4
Complementary color
Monochromatic Colors of #42ECF4
Black with #42ECF4
Text Example
Text Example
White with #42ECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ECF4; }
p { color: rgb(66,236,244); }
H1.HeaderClassName
{
color: #42ECF4;
}
.AnyTagClassName
{
color: #42ECF4;
}
</style>
background-color css
<style>
a { background-color: #42ECF4; }
a { background-color: rgb(66,236,244); }
div.DivClassName
{
background-color: #42ECF4;
}
.BgClassName
{
background-color: #42ECF4;
}
</style>
border-color css
<style>
span { border-color: #42ECF4; }
span { border-color: rgb(66,236,244); }
td.TdClassName
{
border-color: #42ECF4;
}
.TagClassName
{
border-color: #42ECF4;
}
</style>