Html Css Color HEX #ABEAEC Pale Turquoise

📋 copy color: '#ABEAEC'

red 171 ◦ green 234 ◦ blue 236

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

Shades of Pale Turquoise #ABEAEC

Tints of Pale Turquoise #ABEAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.82%

R = 26.68%
G = 36.51%
B = 36.82%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABEAEC (or 0xABEAEC) is known color: Pale Turquoise. HEX triplet: AB, EA and EC. RGB value is (171,234,236). Sum of RGB (Red+Green+Blue) = 171+234+236=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABEAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEAEC is #541513. Grayscale: #D7D7D7. Windows color (decimal): -5510420 or 15526571. OLE color: 15526571.

HSL color Cylindrical-coordinate representation of color #ABEAEC: hue angle of 181.85º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEAEC is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 234 236 -
CMYK 0.28 0.01 0 0.07
HSL 181.85º 0.63% 0.8% -
HSV(B) 181.85º 0.28% 0.93% -
XYZ 61.36 73.56 90.32 -
YUV 215.39 139.63 96.34 -
System Red Green Blue C M Y K H S L
Decimal 171 234 236 0.28 0.01 0 0.07 181.85 0.63 0.8
Hex AB EA EC 1C 1 0 7 B6 3F 50
Octal 253 352 354 34 1 0 7 266 77 120
Binary 10101011 11101010 11101100 11100 1 0 111 10110110 111111 1010000

Color Harmonies of #ABEAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEAEC

Black with #ABEAEC

Text Example


Text Example

White with #ABEAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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