Shades of Turquoise #2AFBDF
Tints of Turquoise #2AFBDF
RGB
CMYK
RGB Variations
Color information
#2AFBDF (or 0x2AFBDF) is known color: Turquoise. HEX triplet: 2A, FB and DF. RGB value is (42,251,223). Sum of RGB (Red+Green+Blue) = 42+251+223=516 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.14% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFBDF is #D50420. Grayscale: #B9B9B9. Windows color (decimal): -13960225 or 14678826. OLE color: 14678826.
HSL color Cylindrical-coordinate representation of color #2AFBDF: hue angle of 171.96º 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 #2AFBDF is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 223 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.02 |
| HSL | 171.96º | 0.96% | 0.57% | - |
| HSV(B) | 171.96º | 0.83% | 0.98% | - |
| XYZ | 48.77 | 74.81 | 81.68 | - |
| YUV | 185.32 | 149.26 | 25.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 223 | 0.83 | 0 | 0.11 | 0.02 | 171.96 | 0.96 | 0.57 |
| Hex | 2A | FB | DF | 53 | 0 | B | 2 | AC | 60 | 39 |
| Octal | 52 | 373 | 337 | 123 | 0 | 13 | 2 | 254 | 140 | 71 |
| Binary | 101010 | 11111011 | 11011111 | 1010011 | 0 | 1011 | 10 | 10101100 | 1100000 | 111001 |
Color Harmonies of #2AFBDF
Complementary color
Monochromatic Colors of #2AFBDF
Black with #2AFBDF
Text Example
Text Example
White with #2AFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFBDF; }
p { color: rgb(42,251,223); }
H1.HeaderClassName
{
color: #2AFBDF;
}
.AnyTagClassName
{
color: #2AFBDF;
}
</style>
background-color css
<style>
a { background-color: #2AFBDF; }
a { background-color: rgb(42,251,223); }
div.DivClassName
{
background-color: #2AFBDF;
}
.BgClassName
{
background-color: #2AFBDF;
}
</style>
border-color css
<style>
span { border-color: #2AFBDF; }
span { border-color: rgb(42,251,223); }
td.TdClassName
{
border-color: #2AFBDF;
}
.TagClassName
{
border-color: #2AFBDF;
}
</style>