Html Css Color HEX #ABFDF7 Pale Turquoise

📋 copy color: '#ABFDF7'

red 171 ◦ green 253 ◦ blue 247

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

Shades of Pale Turquoise #ABFDF7

Tints of Pale Turquoise #ABFDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.81%

R = 25.48%
G = 37.7%
B = 36.81%

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

#ABFDF7 (or 0xABFDF7) is known color: Pale Turquoise. HEX triplet: AB, FD and F7. RGB value is (171,253,247). Sum of RGB (Red+Green+Blue) = 171+253+247=671 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.48% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFDF7 is #540208. Grayscale: #E3E3E3. Windows color (decimal): -5505545 or 16252331. OLE color: 16252331.

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

Color convert

RGB 171 253 247 -
CMYK 0.32 0 0.02 0.01
HSL 175.61º 0.95% 0.83% -
HSV(B) 175.61º 0.32% 0.99% -
XYZ 68.71 85.62 100.9 -
YUV 227.8 138.83 87.49 -
System Red Green Blue C M Y K H S L
Decimal 171 253 247 0.32 0 0.02 0.01 175.61 0.95 0.83
Hex AB FD F7 20 0 2 1 B0 5F 53
Octal 253 375 367 40 0 2 1 260 137 123
Binary 10101011 11111101 11110111 100000 0 10 1 10110000 1011111 1010011

Color Harmonies of #ABFDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFDF7

Black with #ABFDF7

Text Example


Text Example

White with #ABFDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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