Html Css Color HEX #ABFAF0 Pale Turquoise

📋 copy color: '#ABFAF0'

red 171 ◦ green 250 ◦ blue 240

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

Shades of Pale Turquoise #ABFAF0

Tints of Pale Turquoise #ABFAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.31%

R = 25.87%
G = 37.82%
B = 36.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#ABFAF0 (or 0xABFAF0) is known color: Pale Turquoise. HEX triplet: AB, FA and F0. RGB value is (171,250,240). Sum of RGB (Red+Green+Blue) = 171+250+240=661 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.87% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAF0 is #54050F. Grayscale: #E1E1E1. Windows color (decimal): -5506320 or 15792811. OLE color: 15792811.

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

Color convert

RGB 171 250 240 -
CMYK 0.32 0 0.04 0.02
HSL 172.41º 0.89% 0.83% -
HSV(B) 172.41º 0.32% 0.98% -
XYZ 66.71 83.32 95 -
YUV 225.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 171 250 240 0.32 0 0.04 0.02 172.41 0.89 0.83
Hex AB FA F0 20 0 4 2 AC 59 53
Octal 253 372 360 40 0 4 2 254 131 123
Binary 10101011 11111010 11110000 100000 0 100 10 10101100 1011001 1010011

Color Harmonies of #ABFAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAF0

Black with #ABFAF0

Text Example


Text Example

White with #ABFAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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