Html Css Color HEX #ABE8EA Pale Turquoise

📋 copy color: '#ABE8EA'

red 171 ◦ green 232 ◦ blue 234

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

Shades of Pale Turquoise #ABE8EA

Tints of Pale Turquoise #ABE8EA

RGB

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

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

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

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

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #ABE8EA: hue angle of 181.9º 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 #ABE8EA is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 232 234 -
CMYK 0.27 0.01 0 0.08
HSL 181.9º 0.6% 0.79% -
HSV(B) 181.9º 0.27% 0.92% -
XYZ 60.5 72.31 88.61 -
YUV 213.99 139.29 97.34 -
System Red Green Blue C M Y K H S L
Decimal 171 232 234 0.27 0.01 0 0.08 181.9 0.6 0.79
Hex AB E8 EA 1B 1 0 8 B6 3C 4F
Octal 253 350 352 33 1 0 10 266 74 117
Binary 10101011 11101000 11101010 11011 1 0 1000 10110110 111100 1001111

Color Harmonies of #ABE8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE8EA

Black with #ABE8EA

Text Example


Text Example

White with #ABE8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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