#2ADAF9

Color #2ADAF9 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #2ADAF9

Tints of Bright Turquoise #2ADAF9

Color information

#2ADAF9 (or 0x2ADAF9) is unknown color: approx Bright Turquoise. HEX triplet: 2A, DA and F9. RGB value is (42,218,249). Sum of RGB (Red+Green+Blue) = 42+218+249=509 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.25% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #2ADAF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADAF9 is #D52506. Grayscale: #A8A8A8. Windows color (decimal): -13968647 or 16374314. OLE color: 16374314.

HSL color Cylindrical-coordinate representation of color #2ADAF9: hue angle of 188.99º degrees, saturation: 0.95, 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 #2ADAF9 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB42218249-
CMYK0.830.1200.02
HSL188.99º94.52%57.06%-
HSV(B)188.99º83.13%97.65%-
XYZ43.1357.4798.44-
YUV168.91173.1937.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 8.25%
GREEN value IS 218 (85.55% from 255) = 42.83%
BLUE value IS 249 (97.66% from 255) = 48.92%
R=8.25%
G=42.83%
B=48.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal422182490.830.1200.02188.9994.5257.06
Hex2ADAF953C02bd5f39
Octal52332371123140227513771
Binary101010110110101111100110100111100010101111011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ADAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ADAF9; }

 p { color: rgb(42,218,249); }

 H1.HeaderClassName
 {
   color: #2ADAF9;
 }
 .AnyTagClassName
 {
   color: #2ADAF9;
 }
</style>
background-color css

<style>
 a { background-color: #2ADAF9; }

 a { background-color: rgb(42,218,249); }

 div.DivClassName
 {
   background-color: #2ADAF9;
 }
 .BgClassName
 {
   background-color: #2ADAF9;
 }
</style>
border-color css

<style>
 span { border-color: #2ADAF9; }

 span { border-color: rgb(42,218,249); }

 td.TdClassName
 {
   border-color: #2ADAF9;
 }
 .TagClassName
 {
   border-color: #2ADAF9;
 }
</style>