Shades of Turquoise #42FAB2
Tints of Turquoise #42FAB2
RGB
CMYK
RGB Variations
Color information
#42FAB2 (or 0x42FAB2) is known color: Turquoise. HEX triplet: 42, FA and B2. RGB value is (66,250,178). Sum of RGB (Red+Green+Blue) = 66+250+178=494 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.36% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #42FAB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FAB2 is #BD054D. Grayscale: #BABABA. Windows color (decimal): -12387662 or 11729474. OLE color: 11729474.
HSL color Cylindrical-coordinate representation of color #42FAB2: hue angle of 156.52º degrees, saturation: 0.95, 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 #42FAB2 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 178 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.02 |
| HSL | 156.52º | 0.95% | 0.62% | - |
| HSV(B) | 156.52º | 0.74% | 0.98% | - |
| XYZ | 44.47 | 72.74 | 53.82 | - |
| YUV | 186.78 | 123.04 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 178 | 0.74 | 0 | 0.29 | 0.02 | 156.52 | 0.95 | 0.62 |
| Hex | 42 | FA | B2 | 4A | 0 | 1D | 2 | 9D | 5F | 3E |
| Octal | 102 | 372 | 262 | 112 | 0 | 35 | 2 | 235 | 137 | 76 |
| Binary | 1000010 | 11111010 | 10110010 | 1001010 | 0 | 11101 | 10 | 10011101 | 1011111 | 111110 |
Color Harmonies of #42FAB2
Complementary color
Monochromatic Colors of #42FAB2
Black with #42FAB2
Text Example
Text Example
White with #42FAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FAB2; }
p { color: rgb(66,250,178); }
H1.HeaderClassName
{
color: #42FAB2;
}
.AnyTagClassName
{
color: #42FAB2;
}
</style>
background-color css
<style>
a { background-color: #42FAB2; }
a { background-color: rgb(66,250,178); }
div.DivClassName
{
background-color: #42FAB2;
}
.BgClassName
{
background-color: #42FAB2;
}
</style>
border-color css
<style>
span { border-color: #42FAB2; }
span { border-color: rgb(66,250,178); }
td.TdClassName
{
border-color: #42FAB2;
}
.TagClassName
{
border-color: #42FAB2;
}
</style>