Html Css Color HEX #ABEAE8 Pale Turquoise

📋 copy color: '#ABEAE8'

red 171 ◦ green 234 ◦ blue 232

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

Shades of Pale Turquoise #ABEAE8

Tints of Pale Turquoise #ABEAE8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.73%

 BLUE value IS 232 (91.02% from 255) = 36.42%

R = 26.84%
G = 36.73%
B = 36.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#ABEAE8 (or 0xABEAE8) is known color: Pale Turquoise. HEX triplet: AB, EA and E8. RGB value is (171,234,232). Sum of RGB (Red+Green+Blue) = 171+234+232=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEAE8 is #541517. Grayscale: #D6D6D6. Windows color (decimal): -5510424 or 15264427. OLE color: 15264427.

HSL color Cylindrical-coordinate representation of color #ABEAE8: hue angle of 178.1º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEAE8 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 234 232 -
CMYK 0.27 0 0.01 0.08
HSL 178.1º 0.6% 0.79% -
HSV(B) 178.1º 0.27% 0.92% -
XYZ 60.78 73.33 87.29 -
YUV 214.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 171 234 232 0.27 0 0.01 0.08 178.1 0.6 0.79
Hex AB EA E8 1B 0 1 8 B2 3C 4F
Octal 253 352 350 33 0 1 10 262 74 117
Binary 10101011 11101010 11101000 11011 0 1 1000 10110010 111100 1001111

Color Harmonies of #ABEAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEAE8

Black with #ABEAE8

Text Example


Text Example

White with #ABEAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEAE8; }

 p { color: rgb(171,234,232); }

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

background-color css

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

 a { background-color: rgb(171,234,232); }

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

border-color css

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

 span { border-color: rgb(171,234,232); }

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