Html Css Color HEX #ABE7E2 Pale Turquoise

📋 copy color: '#ABE7E2'

red 171 ◦ green 231 ◦ blue 226

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

Shades of Pale Turquoise #ABE7E2

Tints of Pale Turquoise #ABE7E2

RGB

 RED value IS 171 (67.19% from 255) = 27.23%

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

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

R = 27.23%
G = 36.78%
B = 35.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#ABE7E2 (or 0xABE7E2) is known color: Pale Turquoise. HEX triplet: AB, E7 and E2. RGB value is (171,231,226). Sum of RGB (Red+Green+Blue) = 171+231+226=628 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.23% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 231 - color contains mainly: green. Hex color #ABE7E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE7E2 is #54181D. Grayscale: #D4D4D4. Windows color (decimal): -5511198 or 14870443. OLE color: 14870443.

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

Color convert

RGB 171 231 226 -
CMYK 0.26 0 0.02 0.09
HSL 175º 0.56% 0.79% -
HSV(B) 175º 0.26% 0.91% -
XYZ 59.1 71.3 82.6 -
YUV 212.49 135.62 98.41 -
System Red Green Blue C M Y K H S L
Decimal 171 231 226 0.26 0 0.02 0.09 175 0.56 0.79
Hex AB E7 E2 1A 0 2 9 AF 38 4F
Octal 253 347 342 32 0 2 11 257 70 117
Binary 10101011 11100111 11100010 11010 0 10 1001 10101111 111000 1001111

Color Harmonies of #ABE7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE7E2

Black with #ABE7E2

Text Example


Text Example

White with #ABE7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE7E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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