Html Css Color HEX #ABE7EA Pale Turquoise

📋 copy color: '#ABE7EA'

red 171 ◦ green 231 ◦ blue 234

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

Shades of Pale Turquoise #ABE7EA

Tints of Pale Turquoise #ABE7EA

RGB

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

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

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

R = 26.89%
G = 36.32%
B = 36.79%

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

#ABE7EA (or 0xABE7EA) is known color: Pale Turquoise. HEX triplet: AB, E7 and EA. RGB value is (171,231,234). Sum of RGB (Red+Green+Blue) = 171+231+234=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 231 (90.62% from 255 or 36.32% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABE7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE7EA is #541815. Grayscale: #D5D5D5. Windows color (decimal): -5511190 or 15394731. OLE color: 15394731.

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

Color convert

RGB 171 231 234 -
CMYK 0.27 0.01 0 0.08
HSL 182.86º 0.6% 0.79% -
HSV(B) 182.86º 0.27% 0.92% -
XYZ 60.22 71.75 88.52 -
YUV 213.4 139.62 97.76 -
System Red Green Blue C M Y K H S L
Decimal 171 231 234 0.27 0.01 0 0.08 182.86 0.6 0.79
Hex AB E7 EA 1B 1 0 8 B7 3C 4F
Octal 253 347 352 33 1 0 10 267 74 117
Binary 10101011 11100111 11101010 11011 1 0 1000 10110111 111100 1001111

Color Harmonies of #ABE7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE7EA

Black with #ABE7EA

Text Example


Text Example

White with #ABE7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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