Html Css Color HEX #ADE7E2 Pale Turquoise

📋 copy color: '#ADE7E2'

red 173 ◦ green 231 ◦ blue 226

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

Shades of Pale Turquoise #ADE7E2

Tints of Pale Turquoise #ADE7E2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.67%

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

R = 27.46%
G = 36.67%
B = 35.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#ADE7E2 (or 0xADE7E2) is known color: Pale Turquoise. HEX triplet: AD, E7 and E2. RGB value is (173,231,226). Sum of RGB (Red+Green+Blue) = 173+231+226=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 231 (90.62% from 255 or 36.67% from 630); Blue value is 226 (88.67% from 255 or 35.87% from 630); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7E2 is #52181D. Grayscale: #D5D5D5. Windows color (decimal): -5380126 or 14870445. OLE color: 14870445.

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

Color convert

RGB 173 231 226 -
CMYK 0.25 0 0.02 0.09
HSL 174.83º 0.55% 0.79% -
HSV(B) 174.83º 0.25% 0.91% -
XYZ 59.54 71.53 82.62 -
YUV 213.09 135.28 99.41 -
System Red Green Blue C M Y K H S L
Decimal 173 231 226 0.25 0 0.02 0.09 174.83 0.55 0.79
Hex AD E7 E2 19 0 2 9 AF 37 4F
Octal 255 347 342 31 0 2 11 257 67 117
Binary 10101101 11100111 11100010 11001 0 10 1001 10101111 110111 1001111

Color Harmonies of #ADE7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE7E2

Black with #ADE7E2

Text Example


Text Example

White with #ADE7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE7E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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