Html Css Color HEX #2ADAE9 Turquoise

📋 copy color: '#2ADAE9'

red 42 ◦ green 218 ◦ blue 233

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

Shades of Turquoise #2ADAE9

Tints of Turquoise #2ADAE9

RGB

 RED value IS 42 (16.8% from 255) = 8.52%

 GREEN value IS 218 (85.55% from 255) = 44.22%

 BLUE value IS 233 (91.41% from 255) = 47.26%

R = 8.52%
G = 44.22%
B = 47.26%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2ADAE9 (or 0x2ADAE9) is known color: Turquoise. HEX triplet: 2A, DA and E9. RGB value is (42,218,233). Sum of RGB (Red+Green+Blue) = 42+218+233=493 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.52% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #2ADAE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADAE9 is #D52516. Grayscale: #A6A6A6. Windows color (decimal): -13968663 or 15325738. OLE color: 15325738.

HSL color Cylindrical-coordinate representation of color #2ADAE9: hue angle of 184.71º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADAE9 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 42 218 233 -
CMYK 0.82 0.06 0 0.09
HSL 184.71º 0.81% 0.54% -
HSV(B) 184.71º 0.82% 0.91% -
XYZ 40.73 56.52 85.85 -
YUV 167.09 165.19 38.78 -
System Red Green Blue C M Y K H S L
Decimal 42 218 233 0.82 0.06 0 0.09 184.71 0.81 0.54
Hex 2A DA E9 52 6 0 9 B9 51 36
Octal 52 332 351 122 6 0 11 271 121 66
Binary 101010 11011010 11101001 1010010 110 0 1001 10111001 1010001 110110

Color Harmonies of #2ADAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADAE9

Black with #2ADAE9

Text Example


Text Example

White with #2ADAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ADAE9;
 }
 .AnyTagClassName
 {
   color: #2ADAE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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