Html Css Color HEX #2ADEE5 Turquoise

📋 copy color: '#2ADEE5'

red 42 ◦ green 222 ◦ blue 229

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

Shades of Turquoise #2ADEE5

Tints of Turquoise #2ADEE5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.03%

 BLUE value IS 229 (89.84% from 255) = 46.45%

R = 8.52%
G = 45.03%
B = 46.45%

CMYK

 C value IS 0.82

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2ADEE5 (or 0x2ADEE5) is known color: Turquoise. HEX triplet: 2A, DE and E5. RGB value is (42,222,229). Sum of RGB (Red+Green+Blue) = 42+222+229=493 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.52% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #2ADEE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADEE5 is #D5211A. Grayscale: #A8A8A8. Windows color (decimal): -13967643 or 15064618. OLE color: 15064618.

HSL color Cylindrical-coordinate representation of color #2ADEE5: hue angle of 182.25º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADEE5 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 222 229 -
CMYK 0.82 0.03 0 0.10
HSL 182.25º 0.78% 0.53% -
HSV(B) 182.25º 0.82% 0.9% -
XYZ 41.22 58.39 83.23 -
YUV 168.98 161.87 37.43 -
System Red Green Blue C M Y K H S L
Decimal 42 222 229 0.82 0.03 0 0.10 182.25 0.78 0.53
Hex 2A DE E5 52 3 0 A B6 4E 35
Octal 52 336 345 122 3 0 12 266 116 65
Binary 101010 11011110 11100101 1010010 11 0 1010 10110110 1001110 110101

Color Harmonies of #2ADEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADEE5

Black with #2ADEE5

Text Example


Text Example

White with #2ADEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,222,229); }

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

background-color css

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

 a { background-color: rgb(42,222,229); }

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

border-color css

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

 span { border-color: rgb(42,222,229); }

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