Html Css Color HEX #ADE6E2 Pale Turquoise

📋 copy color: '#ADE6E2'

red 173 ◦ green 230 ◦ blue 226

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

Shades of Pale Turquoise #ADE6E2

Tints of Pale Turquoise #ADE6E2

RGB

 RED value IS 173 (67.97% from 255) = 27.5%

 GREEN value IS 230 (90.23% from 255) = 36.57%

 BLUE value IS 226 (88.67% from 255) = 35.93%

R = 27.5%
G = 36.57%
B = 35.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#ADE6E2 (or 0xADE6E2) is known color: Pale Turquoise. HEX triplet: AD, E6 and E2. RGB value is (173,230,226). Sum of RGB (Red+Green+Blue) = 173+230+226=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE6E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE6E2 is #52191D. Grayscale: #D4D4D4. Windows color (decimal): -5380382 or 14870189. OLE color: 14870189.

HSL color Cylindrical-coordinate representation of color #ADE6E2: hue angle of 175.79º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE6E2 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 230 226 -
CMYK 0.25 0 0.02 0.10
HSL 175.79º 0.53% 0.79% -
HSV(B) 175.79º 0.25% 0.9% -
XYZ 59.26 70.97 82.53 -
YUV 212.5 135.62 99.83 -
System Red Green Blue C M Y K H S L
Decimal 173 230 226 0.25 0 0.02 0.10 175.79 0.53 0.79
Hex AD E6 E2 19 0 2 A B0 35 4F
Octal 255 346 342 31 0 2 12 260 65 117
Binary 10101101 11100110 11100010 11001 0 10 1010 10110000 110101 1001111

Color Harmonies of #ADE6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE6E2

Black with #ADE6E2

Text Example


Text Example

White with #ADE6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE6E2; }

 p { color: rgb(173,230,226); }

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

background-color css

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

 a { background-color: rgb(173,230,226); }

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

border-color css

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

 span { border-color: rgb(173,230,226); }

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