Shades of Bright Turquoise #2ADBFC
Tints of Bright Turquoise #2ADBFC
RGB
CMYK
RGB Variations
Color information
#2ADBFC (or 0x2ADBFC) is known color: Bright Turquoise. HEX triplet: 2A, DB and FC. RGB value is (42,219,252). Sum of RGB (Red+Green+Blue) = 42+219+252=513 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.19% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #2ADBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADBFC is #D52403. Grayscale: #A9A9A9. Windows color (decimal): -13968388 or 16571178. OLE color: 16571178.
HSL color Cylindrical-coordinate representation of color #2ADBFC: hue angle of 189.43º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ADBFC is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 219 | 252 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.01 |
| HSL | 189.43º | 0.97% | 0.58% | - |
| HSV(B) | 189.43º | 0.83% | 0.99% | - |
| XYZ | 43.86 | 58.18 | 101.01 | - |
| YUV | 169.84 | 174.36 | 36.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 252 | 0.83 | 0.13 | 0 | 0.01 | 189.43 | 0.97 | 0.58 |
| Hex | 2A | DB | FC | 53 | D | 0 | 1 | BD | 61 | 3A |
| Octal | 52 | 333 | 374 | 123 | 15 | 0 | 1 | 275 | 141 | 72 |
| Binary | 101010 | 11011011 | 11111100 | 1010011 | 1101 | 0 | 1 | 10111101 | 1100001 | 111010 |
Color Harmonies of #2ADBFC
Complementary color
Monochromatic Colors of #2ADBFC
Black with #2ADBFC
Text Example
Text Example
White with #2ADBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBFC; }
p { color: rgb(42,219,252); }
H1.HeaderClassName
{
color: #2ADBFC;
}
.AnyTagClassName
{
color: #2ADBFC;
}
</style>
background-color css
<style>
a { background-color: #2ADBFC; }
a { background-color: rgb(42,219,252); }
div.DivClassName
{
background-color: #2ADBFC;
}
.BgClassName
{
background-color: #2ADBFC;
}
</style>
border-color css
<style>
span { border-color: #2ADBFC; }
span { border-color: rgb(42,219,252); }
td.TdClassName
{
border-color: #2ADBFC;
}
.TagClassName
{
border-color: #2ADBFC;
}
</style>