Shades of Turquoise #42F3ED
Tints of Turquoise #42F3ED
RGB
CMYK
RGB Variations
Color information
#42F3ED (or 0x42F3ED) is known color: Turquoise. HEX triplet: 42, F3 and ED. RGB value is (66,243,237). Sum of RGB (Red+Green+Blue) = 66+243+237=546 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.09% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #42F3ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F3ED is #BD0C12. Grayscale: #BDBDBD. Windows color (decimal): -12389395 or 15594306. OLE color: 15594306.
HSL color Cylindrical-coordinate representation of color #42F3ED: hue angle of 177.97º 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 #42F3ED is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 237 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.05 |
| HSL | 177.97º | 0.88% | 0.61% | - |
| HSV(B) | 177.97º | 0.73% | 0.95% | - |
| XYZ | 49.58 | 71.37 | 91.28 | - |
| YUV | 189.39 | 154.86 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 237 | 0.73 | 0 | 0.02 | 0.05 | 177.97 | 0.88 | 0.61 |
| Hex | 42 | F3 | ED | 49 | 0 | 2 | 5 | B2 | 58 | 3D |
| Octal | 102 | 363 | 355 | 111 | 0 | 2 | 5 | 262 | 130 | 75 |
| Binary | 1000010 | 11110011 | 11101101 | 1001001 | 0 | 10 | 101 | 10110010 | 1011000 | 111101 |
Color Harmonies of #42F3ED
Complementary color
Monochromatic Colors of #42F3ED
Black with #42F3ED
Text Example
Text Example
White with #42F3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F3ED; }
p { color: rgb(66,243,237); }
H1.HeaderClassName
{
color: #42F3ED;
}
.AnyTagClassName
{
color: #42F3ED;
}
</style>
background-color css
<style>
a { background-color: #42F3ED; }
a { background-color: rgb(66,243,237); }
div.DivClassName
{
background-color: #42F3ED;
}
.BgClassName
{
background-color: #42F3ED;
}
</style>
border-color css
<style>
span { border-color: #42F3ED; }
span { border-color: rgb(66,243,237); }
td.TdClassName
{
border-color: #42F3ED;
}
.TagClassName
{
border-color: #42F3ED;
}
</style>