Shades of Medium Turquoise #42CFEA
Tints of Medium Turquoise #42CFEA
RGB
CMYK
RGB Variations
Color information
#42CFEA (or 0x42CFEA) is known color: Medium Turquoise. HEX triplet: 42, CF and EA. RGB value is (66,207,234). Sum of RGB (Red+Green+Blue) = 66+207+234=507 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.02% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #42CFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CFEA is #BD3015. Grayscale: #A7A7A7. Windows color (decimal): -12398614 or 15388482. OLE color: 15388482.
HSL color Cylindrical-coordinate representation of color #42CFEA: hue angle of 189.64º 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 #42CFEA is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 207 | 234 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.08 |
| HSL | 189.64º | 0.8% | 0.59% | - |
| HSV(B) | 189.64º | 0.72% | 0.92% | - |
| XYZ | 39.41 | 51.72 | 85.75 | - |
| YUV | 167.92 | 165.29 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 234 | 0.72 | 0.12 | 0 | 0.08 | 189.64 | 0.8 | 0.59 |
| Hex | 42 | CF | EA | 48 | C | 0 | 8 | BE | 50 | 3B |
| Octal | 102 | 317 | 352 | 110 | 14 | 0 | 10 | 276 | 120 | 73 |
| Binary | 1000010 | 11001111 | 11101010 | 1001000 | 1100 | 0 | 1000 | 10111110 | 1010000 | 111011 |
Color Harmonies of #42CFEA
Complementary color
Monochromatic Colors of #42CFEA
Black with #42CFEA
Text Example
Text Example
White with #42CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CFEA; }
p { color: rgb(66,207,234); }
H1.HeaderClassName
{
color: #42CFEA;
}
.AnyTagClassName
{
color: #42CFEA;
}
</style>
background-color css
<style>
a { background-color: #42CFEA; }
a { background-color: rgb(66,207,234); }
div.DivClassName
{
background-color: #42CFEA;
}
.BgClassName
{
background-color: #42CFEA;
}
</style>
border-color css
<style>
span { border-color: #42CFEA; }
span { border-color: rgb(66,207,234); }
td.TdClassName
{
border-color: #42CFEA;
}
.TagClassName
{
border-color: #42CFEA;
}
</style>