Html Css Color HEX #ABF5FA Pale Turquoise

📋 copy color: '#ABF5FA'

red 171 ◦ green 245 ◦ blue 250

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

Shades of Pale Turquoise #ABF5FA

Tints of Pale Turquoise #ABF5FA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.79%

 BLUE value IS 250 (98.05% from 255) = 37.54%

R = 25.68%
G = 36.79%
B = 37.54%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABF5FA (or 0xABF5FA) is known color: Pale Turquoise. HEX triplet: AB, F5 and FA. RGB value is (171,245,250). Sum of RGB (Red+Green+Blue) = 171+245+250=666 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.68% from 666); Green value is 245 (96.09% from 255 or 36.79% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABF5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF5FA is #540A05. Grayscale: #DFDFDF. Windows color (decimal): -5507590 or 16446891. OLE color: 16446891.

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

Color convert

RGB 171 245 250 -
CMYK 0.32 0.02 0 0.02
HSL 183.8º 0.89% 0.83% -
HSV(B) 183.8º 0.32% 0.98% -
XYZ 66.7 80.86 102.54 -
YUV 223.44 142.98 90.59 -
System Red Green Blue C M Y K H S L
Decimal 171 245 250 0.32 0.02 0 0.02 183.8 0.89 0.83
Hex AB F5 FA 20 2 0 2 B8 59 53
Octal 253 365 372 40 2 0 2 270 131 123
Binary 10101011 11110101 11111010 100000 10 0 10 10111000 1011001 1010011

Color Harmonies of #ABF5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF5FA

Black with #ABF5FA

Text Example


Text Example

White with #ABF5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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