Shades of Bright Turquoise #2ADFFD
Tints of Bright Turquoise #2ADFFD
RGB
CMYK
RGB Variations
Color information
#2ADFFD (or 0x2ADFFD) is known color: Bright Turquoise. HEX triplet: 2A, DF and FD. RGB value is (42,223,253). Sum of RGB (Red+Green+Blue) = 42+223+253=518 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.11% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #2ADFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADFFD is #D52002. Grayscale: #ACACAC. Windows color (decimal): -13967363 or 16637738. OLE color: 16637738.
HSL color Cylindrical-coordinate representation of color #2ADFFD: hue angle of 188.53º degrees, saturation: 0.98, 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 #2ADFFD is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 223 | 253 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.01 |
| HSL | 188.53º | 0.98% | 0.58% | - |
| HSV(B) | 188.53º | 0.83% | 0.99% | - |
| XYZ | 45.07 | 60.36 | 102.2 | - |
| YUV | 172.3 | 173.53 | 35.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 253 | 0.83 | 0.12 | 0 | 0.01 | 188.53 | 0.98 | 0.58 |
| Hex | 2A | DF | FD | 53 | C | 0 | 1 | BD | 62 | 3A |
| Octal | 52 | 337 | 375 | 123 | 14 | 0 | 1 | 275 | 142 | 72 |
| Binary | 101010 | 11011111 | 11111101 | 1010011 | 1100 | 0 | 1 | 10111101 | 1100010 | 111010 |
Color Harmonies of #2ADFFD
Complementary color
Monochromatic Colors of #2ADFFD
Black with #2ADFFD
Text Example
Text Example
White with #2ADFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFFD; }
p { color: rgb(42,223,253); }
H1.HeaderClassName
{
color: #2ADFFD;
}
.AnyTagClassName
{
color: #2ADFFD;
}
</style>
background-color css
<style>
a { background-color: #2ADFFD; }
a { background-color: rgb(42,223,253); }
div.DivClassName
{
background-color: #2ADFFD;
}
.BgClassName
{
background-color: #2ADFFD;
}
</style>
border-color css
<style>
span { border-color: #2ADFFD; }
span { border-color: rgb(42,223,253); }
td.TdClassName
{
border-color: #2ADFFD;
}
.TagClassName
{
border-color: #2ADFFD;
}
</style>