Html Css Color HEX #ABFDF9 Pale Turquoise

📋 copy color: '#ABFDF9'

red 171 ◦ green 253 ◦ blue 249

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

Shades of Pale Turquoise #ABFDF9

Tints of Pale Turquoise #ABFDF9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.59%

 BLUE value IS 249 (97.66% from 255) = 37%

R = 25.41%
G = 37.59%
B = 37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#ABFDF9 (or 0xABFDF9) is known color: Pale Turquoise. HEX triplet: AB, FD and F9. RGB value is (171,253,249). Sum of RGB (Red+Green+Blue) = 171+253+249=673 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.41% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFDF9 is #540206. Grayscale: #E3E3E3. Windows color (decimal): -5505543 or 16383403. OLE color: 16383403.

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

Color convert

RGB 171 253 249 -
CMYK 0.32 0 0.02 0.01
HSL 177.07º 0.95% 0.83% -
HSV(B) 177.07º 0.32% 0.99% -
XYZ 69.02 85.75 102.54 -
YUV 228.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 171 253 249 0.32 0 0.02 0.01 177.07 0.95 0.83
Hex AB FD F9 20 0 2 1 B1 5F 53
Octal 253 375 371 40 0 2 1 261 137 123
Binary 10101011 11111101 11111001 100000 0 10 1 10110001 1011111 1010011

Color Harmonies of #ABFDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFDF9

Black with #ABFDF9

Text Example


Text Example

White with #ABFDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFDF9; }

 p { color: rgb(171,253,249); }

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

background-color css

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

 a { background-color: rgb(171,253,249); }

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

border-color css

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

 span { border-color: rgb(171,253,249); }

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