Shades of Turquoise #2AFBD3
Tints of Turquoise #2AFBD3
RGB
CMYK
RGB Variations
Color information
#2AFBD3 (or 0x2AFBD3) is known color: Turquoise. HEX triplet: 2A, FB and D3. RGB value is (42,251,211). Sum of RGB (Red+Green+Blue) = 42+251+211=504 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.33% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFBD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFBD3 is #D5042C. Grayscale: #B7B7B7. Windows color (decimal): -13960237 or 13892394. OLE color: 13892394.
HSL color Cylindrical-coordinate representation of color #2AFBD3: hue angle of 168.52º 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 #2AFBD3 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 211 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.02 |
| HSL | 168.52º | 0.96% | 0.57% | - |
| HSV(B) | 168.52º | 0.83% | 0.98% | - |
| XYZ | 47.21 | 74.19 | 73.46 | - |
| YUV | 183.95 | 143.26 | 26.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 211 | 0.83 | 0 | 0.16 | 0.02 | 168.52 | 0.96 | 0.57 |
| Hex | 2A | FB | D3 | 53 | 0 | 10 | 2 | A9 | 60 | 39 |
| Octal | 52 | 373 | 323 | 123 | 0 | 20 | 2 | 251 | 140 | 71 |
| Binary | 101010 | 11111011 | 11010011 | 1010011 | 0 | 10000 | 10 | 10101001 | 1100000 | 111001 |
Color Harmonies of #2AFBD3
Complementary color
Monochromatic Colors of #2AFBD3
Black with #2AFBD3
Text Example
Text Example
White with #2AFBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFBD3; }
p { color: rgb(42,251,211); }
H1.HeaderClassName
{
color: #2AFBD3;
}
.AnyTagClassName
{
color: #2AFBD3;
}
</style>
background-color css
<style>
a { background-color: #2AFBD3; }
a { background-color: rgb(42,251,211); }
div.DivClassName
{
background-color: #2AFBD3;
}
.BgClassName
{
background-color: #2AFBD3;
}
</style>
border-color css
<style>
span { border-color: #2AFBD3; }
span { border-color: rgb(42,251,211); }
td.TdClassName
{
border-color: #2AFBD3;
}
.TagClassName
{
border-color: #2AFBD3;
}
</style>