Shades of Turquoise #2AFBC8
Tints of Turquoise #2AFBC8
RGB
CMYK
RGB Variations
Color information
#2AFBC8 (or 0x2AFBC8) is known color: Turquoise. HEX triplet: 2A, FB and C8. RGB value is (42,251,200). Sum of RGB (Red+Green+Blue) = 42+251+200=493 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.52% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFBC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFBC8 is #D50437. Grayscale: #B6B6B6. Windows color (decimal): -13960248 or 13171498. OLE color: 13171498.
HSL color Cylindrical-coordinate representation of color #2AFBC8: hue angle of 165.36º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFBC8 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 200 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.02 |
| HSL | 165.36º | 0.96% | 0.57% | - |
| HSV(B) | 165.36º | 0.83% | 0.98% | - |
| XYZ | 45.88 | 73.66 | 66.44 | - |
| YUV | 182.7 | 137.76 | 27.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 200 | 0.83 | 0 | 0.20 | 0.02 | 165.36 | 0.96 | 0.57 |
| Hex | 2A | FB | C8 | 53 | 0 | 14 | 2 | A5 | 60 | 39 |
| Octal | 52 | 373 | 310 | 123 | 0 | 24 | 2 | 245 | 140 | 71 |
| Binary | 101010 | 11111011 | 11001000 | 1010011 | 0 | 10100 | 10 | 10100101 | 1100000 | 111001 |
Color Harmonies of #2AFBC8
Complementary color
Monochromatic Colors of #2AFBC8
Black with #2AFBC8
Text Example
Text Example
White with #2AFBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFBC8; }
p { color: rgb(42,251,200); }
H1.HeaderClassName
{
color: #2AFBC8;
}
.AnyTagClassName
{
color: #2AFBC8;
}
</style>
background-color css
<style>
a { background-color: #2AFBC8; }
a { background-color: rgb(42,251,200); }
div.DivClassName
{
background-color: #2AFBC8;
}
.BgClassName
{
background-color: #2AFBC8;
}
</style>
border-color css
<style>
span { border-color: #2AFBC8; }
span { border-color: rgb(42,251,200); }
td.TdClassName
{
border-color: #2AFBC8;
}
.TagClassName
{
border-color: #2AFBC8;
}
</style>