Html Css Color HEX #ABFAF3 Pale Turquoise

📋 copy color: '#ABFAF3'

red 171 ◦ green 250 ◦ blue 243

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

Shades of Pale Turquoise #ABFAF3

Tints of Pale Turquoise #ABFAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.6%

R = 25.75%
G = 37.65%
B = 36.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#ABFAF3 (or 0xABFAF3) is known color: Pale Turquoise. HEX triplet: AB, FA and F3. RGB value is (171,250,243). Sum of RGB (Red+Green+Blue) = 171+250+243=664 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.75% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 243 (95.31% from 255 or 36.60% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAF3 is #54050C. Grayscale: #E1E1E1. Windows color (decimal): -5506317 or 15989419. OLE color: 15989419.

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

Color convert

RGB 171 250 243 -
CMYK 0.32 0 0.03 0.02
HSL 174.68º 0.89% 0.83% -
HSV(B) 174.68º 0.32% 0.98% -
XYZ 67.16 83.5 97.37 -
YUV 225.58 137.83 89.07 -
System Red Green Blue C M Y K H S L
Decimal 171 250 243 0.32 0 0.03 0.02 174.68 0.89 0.83
Hex AB FA F3 20 0 3 2 AF 59 53
Octal 253 372 363 40 0 3 2 257 131 123
Binary 10101011 11111010 11110011 100000 0 11 10 10101111 1011001 1010011

Color Harmonies of #ABFAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAF3

Black with #ABFAF3

Text Example


Text Example

White with #ABFAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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