Shades of Turquoise #42FAB0
Tints of Turquoise #42FAB0
RGB
CMYK
RGB Variations
Color information
#42FAB0 (or 0x42FAB0) is known color: Turquoise. HEX triplet: 42, FA and B0. RGB value is (66,250,176). Sum of RGB (Red+Green+Blue) = 66+250+176=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #42FAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FAB0 is #BD054F. Grayscale: #BABABA. Windows color (decimal): -12387664 or 11598402. OLE color: 11598402.
HSL color Cylindrical-coordinate representation of color #42FAB0: hue angle of 155.87º 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 #42FAB0 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 176 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.02 |
| HSL | 155.87º | 0.95% | 0.62% | - |
| HSV(B) | 155.87º | 0.74% | 0.98% | - |
| XYZ | 44.27 | 72.66 | 52.77 | - |
| YUV | 186.55 | 122.04 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 176 | 0.74 | 0 | 0.30 | 0.02 | 155.87 | 0.95 | 0.62 |
| Hex | 42 | FA | B0 | 4A | 0 | 1E | 2 | 9C | 5F | 3E |
| Octal | 102 | 372 | 260 | 112 | 0 | 36 | 2 | 234 | 137 | 76 |
| Binary | 1000010 | 11111010 | 10110000 | 1001010 | 0 | 11110 | 10 | 10011100 | 1011111 | 111110 |
Color Harmonies of #42FAB0
Complementary color
Monochromatic Colors of #42FAB0
Black with #42FAB0
Text Example
Text Example
White with #42FAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FAB0; }
p { color: rgb(66,250,176); }
H1.HeaderClassName
{
color: #42FAB0;
}
.AnyTagClassName
{
color: #42FAB0;
}
</style>
background-color css
<style>
a { background-color: #42FAB0; }
a { background-color: rgb(66,250,176); }
div.DivClassName
{
background-color: #42FAB0;
}
.BgClassName
{
background-color: #42FAB0;
}
</style>
border-color css
<style>
span { border-color: #42FAB0; }
span { border-color: rgb(66,250,176); }
td.TdClassName
{
border-color: #42FAB0;
}
.TagClassName
{
border-color: #42FAB0;
}
</style>