Shades of Turquoise #2AFBCB
Tints of Turquoise #2AFBCB
RGB
CMYK
RGB Variations
Color information
#2AFBCB (or 0x2AFBCB) is known color: Turquoise. HEX triplet: 2A, FB and CB. RGB value is (42,251,203). Sum of RGB (Red+Green+Blue) = 42+251+203=496 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.47% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFBCB is #D50434. Grayscale: #B7B7B7. Windows color (decimal): -13960245 or 13368106. OLE color: 13368106.
HSL color Cylindrical-coordinate representation of color #2AFBCB: hue angle of 166.22º 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 #2AFBCB is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 203 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.02 |
| HSL | 166.22º | 0.96% | 0.57% | - |
| HSV(B) | 166.22º | 0.83% | 0.98% | - |
| XYZ | 46.23 | 73.8 | 68.31 | - |
| YUV | 183.04 | 139.26 | 27.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 203 | 0.83 | 0 | 0.19 | 0.02 | 166.22 | 0.96 | 0.57 |
| Hex | 2A | FB | CB | 53 | 0 | 13 | 2 | A6 | 60 | 39 |
| Octal | 52 | 373 | 313 | 123 | 0 | 23 | 2 | 246 | 140 | 71 |
| Binary | 101010 | 11111011 | 11001011 | 1010011 | 0 | 10011 | 10 | 10100110 | 1100000 | 111001 |
Color Harmonies of #2AFBCB
Complementary color
Monochromatic Colors of #2AFBCB
Black with #2AFBCB
Text Example
Text Example
White with #2AFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFBCB; }
p { color: rgb(42,251,203); }
H1.HeaderClassName
{
color: #2AFBCB;
}
.AnyTagClassName
{
color: #2AFBCB;
}
</style>
background-color css
<style>
a { background-color: #2AFBCB; }
a { background-color: rgb(42,251,203); }
div.DivClassName
{
background-color: #2AFBCB;
}
.BgClassName
{
background-color: #2AFBCB;
}
</style>
border-color css
<style>
span { border-color: #2AFBCB; }
span { border-color: rgb(42,251,203); }
td.TdClassName
{
border-color: #2AFBCB;
}
.TagClassName
{
border-color: #2AFBCB;
}
</style>