Shades of Turquoise #42ECF3
Tints of Turquoise #42ECF3
RGB
CMYK
RGB Variations
Color information
#42ECF3 (or 0x42ECF3) is known color: Turquoise. HEX triplet: 42, EC and F3. RGB value is (66,236,243). Sum of RGB (Red+Green+Blue) = 66+236+243=545 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.11% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #42ECF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42ECF3 is #BD130C. Grayscale: #B9B9B9. Windows color (decimal): -12391181 or 15985730. OLE color: 15985730.
HSL color Cylindrical-coordinate representation of color #42ECF3: hue angle of 182.37º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42ECF3 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 236 | 243 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.05 |
| HSL | 182.37º | 0.88% | 0.61% | - |
| HSV(B) | 182.37º | 0.73% | 0.95% | - |
| XYZ | 48.42 | 67.62 | 95.29 | - |
| YUV | 185.97 | 160.18 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 243 | 0.73 | 0.03 | 0 | 0.05 | 182.37 | 0.88 | 0.61 |
| Hex | 42 | EC | F3 | 49 | 3 | 0 | 5 | B6 | 58 | 3D |
| Octal | 102 | 354 | 363 | 111 | 3 | 0 | 5 | 266 | 130 | 75 |
| Binary | 1000010 | 11101100 | 11110011 | 1001001 | 11 | 0 | 101 | 10110110 | 1011000 | 111101 |
Color Harmonies of #42ECF3
Complementary color
Monochromatic Colors of #42ECF3
Black with #42ECF3
Text Example
Text Example
White with #42ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ECF3; }
p { color: rgb(66,236,243); }
H1.HeaderClassName
{
color: #42ECF3;
}
.AnyTagClassName
{
color: #42ECF3;
}
</style>
background-color css
<style>
a { background-color: #42ECF3; }
a { background-color: rgb(66,236,243); }
div.DivClassName
{
background-color: #42ECF3;
}
.BgClassName
{
background-color: #42ECF3;
}
</style>
border-color css
<style>
span { border-color: #42ECF3; }
span { border-color: rgb(66,236,243); }
td.TdClassName
{
border-color: #42ECF3;
}
.TagClassName
{
border-color: #42ECF3;
}
</style>