Shades of Turquoise #42EACF
Tints of Turquoise #42EACF
RGB
CMYK
RGB Variations
Color information
#42EACF (or 0x42EACF) is known color: Turquoise. HEX triplet: 42, EA and CF. RGB value is (66,234,207). Sum of RGB (Red+Green+Blue) = 66+234+207=507 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.02% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #42EACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EACF is #BD1530. Grayscale: #B4B4B4. Windows color (decimal): -12391729 or 13625922. OLE color: 13625922.
HSL color Cylindrical-coordinate representation of color #42EACF: hue angle of 170.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EACF is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 234 | 207 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.08 |
| HSL | 170.36º | 0.8% | 0.59% | - |
| HSV(B) | 170.36º | 0.72% | 0.92% | - |
| XYZ | 42.93 | 64.51 | 69.22 | - |
| YUV | 180.69 | 142.84 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 207 | 0.72 | 0 | 0.12 | 0.08 | 170.36 | 0.8 | 0.59 |
| Hex | 42 | EA | CF | 48 | 0 | C | 8 | AA | 50 | 3B |
| Octal | 102 | 352 | 317 | 110 | 0 | 14 | 10 | 252 | 120 | 73 |
| Binary | 1000010 | 11101010 | 11001111 | 1001000 | 0 | 1100 | 1000 | 10101010 | 1010000 | 111011 |
Color Harmonies of #42EACF
Complementary color
Monochromatic Colors of #42EACF
Black with #42EACF
Text Example
Text Example
White with #42EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EACF; }
p { color: rgb(66,234,207); }
H1.HeaderClassName
{
color: #42EACF;
}
.AnyTagClassName
{
color: #42EACF;
}
</style>
background-color css
<style>
a { background-color: #42EACF; }
a { background-color: rgb(66,234,207); }
div.DivClassName
{
background-color: #42EACF;
}
.BgClassName
{
background-color: #42EACF;
}
</style>
border-color css
<style>
span { border-color: #42EACF; }
span { border-color: rgb(66,234,207); }
td.TdClassName
{
border-color: #42EACF;
}
.TagClassName
{
border-color: #42EACF;
}
</style>