Html Css Color HEX #ABFAEC Pale Turquoise

📋 copy color: '#ABFAEC'

red 171 ◦ green 250 ◦ blue 236

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

Shades of Pale Turquoise #ABFAEC

Tints of Pale Turquoise #ABFAEC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.05%

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

R = 26.03%
G = 38.05%
B = 35.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#ABFAEC (or 0xABFAEC) is known color: Pale Turquoise. HEX triplet: AB, FA and EC. RGB value is (171,250,236). Sum of RGB (Red+Green+Blue) = 171+250+236=657 (87% of max value = 765). Red value is 171 (67.19% from 255 or 26.03% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAEC is #540513. Grayscale: #E0E0E0. Windows color (decimal): -5506324 or 15530667. OLE color: 15530667.

HSL color Cylindrical-coordinate representation of color #ABFAEC: hue angle of 169.37º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFAEC is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 250 236 -
CMYK 0.32 0 0.06 0.02
HSL 169.37º 0.89% 0.83% -
HSV(B) 169.37º 0.32% 0.98% -
XYZ 66.12 83.09 91.91 -
YUV 224.78 134.33 89.64 -
System Red Green Blue C M Y K H S L
Decimal 171 250 236 0.32 0 0.06 0.02 169.37 0.89 0.83
Hex AB FA EC 20 0 6 2 A9 59 53
Octal 253 372 354 40 0 6 2 251 131 123
Binary 10101011 11111010 11101100 100000 0 110 10 10101001 1011001 1010011

Color Harmonies of #ABFAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAEC

Black with #ABFAEC

Text Example


Text Example

White with #ABFAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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