Html Css Color HEX #ABEAE6 Pale Turquoise

📋 copy color: '#ABEAE6'

red 171 ◦ green 234 ◦ blue 230

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

Shades of Pale Turquoise #ABEAE6

Tints of Pale Turquoise #ABEAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.22%

R = 26.93%
G = 36.85%
B = 36.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#ABEAE6 (or 0xABEAE6) is known color: Pale Turquoise. HEX triplet: AB, EA and E6. RGB value is (171,234,230). Sum of RGB (Red+Green+Blue) = 171+234+230=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEAE6 is #541519. Grayscale: #D6D6D6. Windows color (decimal): -5510426 or 15133355. OLE color: 15133355.

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

Color convert

RGB 171 234 230 -
CMYK 0.27 0 0.02 0.08
HSL 176.19º 0.6% 0.79% -
HSV(B) 176.19º 0.27% 0.92% -
XYZ 60.5 73.22 85.81 -
YUV 214.71 136.63 96.83 -
System Red Green Blue C M Y K H S L
Decimal 171 234 230 0.27 0 0.02 0.08 176.19 0.6 0.79
Hex AB EA E6 1B 0 2 8 B0 3C 4F
Octal 253 352 346 33 0 2 10 260 74 117
Binary 10101011 11101010 11100110 11011 0 10 1000 10110000 111100 1001111

Color Harmonies of #ABEAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEAE6

Black with #ABEAE6

Text Example


Text Example

White with #ABEAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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