Shades of Turquoise #42FBB3
Tints of Turquoise #42FBB3
RGB
CMYK
RGB Variations
Color information
#42FBB3 (or 0x42FBB3) is known color: Turquoise. HEX triplet: 42, FB and B3. RGB value is (66,251,179). Sum of RGB (Red+Green+Blue) = 66+251+179=496 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.31% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FBB3 is #BD044C. Grayscale: #BBBBBB. Windows color (decimal): -12387405 or 11795266. OLE color: 11795266.
HSL color Cylindrical-coordinate representation of color #42FBB3: hue angle of 156.65º 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 #42FBB3 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 179 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.02 |
| HSL | 156.65º | 0.96% | 0.62% | - |
| HSV(B) | 156.65º | 0.74% | 0.98% | - |
| XYZ | 44.88 | 73.41 | 54.45 | - |
| YUV | 187.48 | 123.21 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 179 | 0.74 | 0 | 0.29 | 0.02 | 156.65 | 0.96 | 0.62 |
| Hex | 42 | FB | B3 | 4A | 0 | 1D | 2 | 9D | 60 | 3E |
| Octal | 102 | 373 | 263 | 112 | 0 | 35 | 2 | 235 | 140 | 76 |
| Binary | 1000010 | 11111011 | 10110011 | 1001010 | 0 | 11101 | 10 | 10011101 | 1100000 | 111110 |
Color Harmonies of #42FBB3
Complementary color
Monochromatic Colors of #42FBB3
Black with #42FBB3
Text Example
Text Example
White with #42FBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBB3; }
p { color: rgb(66,251,179); }
H1.HeaderClassName
{
color: #42FBB3;
}
.AnyTagClassName
{
color: #42FBB3;
}
</style>
background-color css
<style>
a { background-color: #42FBB3; }
a { background-color: rgb(66,251,179); }
div.DivClassName
{
background-color: #42FBB3;
}
.BgClassName
{
background-color: #42FBB3;
}
</style>
border-color css
<style>
span { border-color: #42FBB3; }
span { border-color: rgb(66,251,179); }
td.TdClassName
{
border-color: #42FBB3;
}
.TagClassName
{
border-color: #42FBB3;
}
</style>