Shades of Turquoise #42FBE2
Tints of Turquoise #42FBE2
RGB
CMYK
RGB Variations
Color information
#42FBE2 (or 0x42FBE2) is known color: Turquoise. HEX triplet: 42, FB and E2. RGB value is (66,251,226). Sum of RGB (Red+Green+Blue) = 66+251+226=543 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.15% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FBE2 is #BD041D. Grayscale: #C0C0C0. Windows color (decimal): -12387358 or 14875458. OLE color: 14875458.
HSL color Cylindrical-coordinate representation of color #42FBE2: hue angle of 171.89º 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 #42FBE2 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 226 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.02 |
| HSL | 171.89º | 0.96% | 0.62% | - |
| HSV(B) | 171.89º | 0.74% | 0.98% | - |
| XYZ | 50.47 | 75.64 | 83.89 | - |
| YUV | 192.84 | 146.71 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 226 | 0.74 | 0 | 0.10 | 0.02 | 171.89 | 0.96 | 0.62 |
| Hex | 42 | FB | E2 | 4A | 0 | A | 2 | AC | 60 | 3E |
| Octal | 102 | 373 | 342 | 112 | 0 | 12 | 2 | 254 | 140 | 76 |
| Binary | 1000010 | 11111011 | 11100010 | 1001010 | 0 | 1010 | 10 | 10101100 | 1100000 | 111110 |
Color Harmonies of #42FBE2
Complementary color
Monochromatic Colors of #42FBE2
Black with #42FBE2
Text Example
Text Example
White with #42FBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBE2; }
p { color: rgb(66,251,226); }
H1.HeaderClassName
{
color: #42FBE2;
}
.AnyTagClassName
{
color: #42FBE2;
}
</style>
background-color css
<style>
a { background-color: #42FBE2; }
a { background-color: rgb(66,251,226); }
div.DivClassName
{
background-color: #42FBE2;
}
.BgClassName
{
background-color: #42FBE2;
}
</style>
border-color css
<style>
span { border-color: #42FBE2; }
span { border-color: rgb(66,251,226); }
td.TdClassName
{
border-color: #42FBE2;
}
.TagClassName
{
border-color: #42FBE2;
}
</style>