Html Css Color HEX #2ADAF9 Bright Turquoise

📋 copy color: '#2ADAF9'

red 42 ◦ green 218 ◦ blue 249

#2ADAF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #2ADAF9

Tints of Bright Turquoise #2ADAF9

RGB

 RED value IS 42 (16.8% 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 value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2ADAF9 (or 0x2ADAF9) is known color: 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

RGB 42 218 249 -
CMYK 0.83 0.12 0 0.02
HSL 188.99º 0.95% 0.57% -
HSV(B) 188.99º 0.83% 0.98% -
XYZ 43.13 57.47 98.44 -
YUV 168.91 173.19 37.48 -
System Red Green Blue C M Y K H S L
Decimal 42 218 249 0.83 0.12 0 0.02 188.99 0.95 0.57
Hex 2A DA F9 53 C 0 2 BD 5F 39
Octal 52 332 371 123 14 0 2 275 137 71
Binary 101010 11011010 11111001 1010011 1100 0 10 10111101 1011111 111001

Color Harmonies of #2ADAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADAF9

Black with #2ADAF9

Text Example


Text Example

White with #2ADAF9

Text Example


Text Example

HTML Codes & Css Web 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>