Shades of Turquoise #42FBEA
Tints of Turquoise #42FBEA
RGB
CMYK
RGB Variations
Color information
#42FBEA (or 0x42FBEA) is known color: Turquoise. HEX triplet: 42, FB and EA. RGB value is (66,251,234). Sum of RGB (Red+Green+Blue) = 66+251+234=551 (72% of max value = 765). Red value is 66 (26.17% from 255 or 11.98% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FBEA is #BD0415. Grayscale: #C1C1C1. Windows color (decimal): -12387350 or 15399746. OLE color: 15399746.
HSL color Cylindrical-coordinate representation of color #42FBEA: hue angle of 174.49º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FBEA is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 234 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.02 |
| HSL | 174.49º | 0.96% | 0.62% | - |
| HSV(B) | 174.49º | 0.74% | 0.98% | - |
| XYZ | 51.6 | 76.09 | 89.81 | - |
| YUV | 193.75 | 150.71 | 36.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 234 | 0.74 | 0 | 0.07 | 0.02 | 174.49 | 0.96 | 0.62 |
| Hex | 42 | FB | EA | 4A | 0 | 7 | 2 | AE | 60 | 3E |
| Octal | 102 | 373 | 352 | 112 | 0 | 7 | 2 | 256 | 140 | 76 |
| Binary | 1000010 | 11111011 | 11101010 | 1001010 | 0 | 111 | 10 | 10101110 | 1100000 | 111110 |
Color Harmonies of #42FBEA
Complementary color
Monochromatic Colors of #42FBEA
Black with #42FBEA
Text Example
Text Example
White with #42FBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBEA; }
p { color: rgb(66,251,234); }
H1.HeaderClassName
{
color: #42FBEA;
}
.AnyTagClassName
{
color: #42FBEA;
}
</style>
background-color css
<style>
a { background-color: #42FBEA; }
a { background-color: rgb(66,251,234); }
div.DivClassName
{
background-color: #42FBEA;
}
.BgClassName
{
background-color: #42FBEA;
}
</style>
border-color css
<style>
span { border-color: #42FBEA; }
span { border-color: rgb(66,251,234); }
td.TdClassName
{
border-color: #42FBEA;
}
.TagClassName
{
border-color: #42FBEA;
}
</style>