Html Css Color HEX #ABFDF0 Pale Turquoise

📋 copy color: '#ABFDF0'

red 171 ◦ green 253 ◦ blue 240

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

Shades of Pale Turquoise #ABFDF0

Tints of Pale Turquoise #ABFDF0

RGB

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

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

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

R = 25.75%
G = 38.1%
B = 36.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#ABFDF0 (or 0xABFDF0) is known color: Pale Turquoise. HEX triplet: AB, FD and F0. RGB value is (171,253,240). Sum of RGB (Red+Green+Blue) = 171+253+240=664 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.75% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFDF0 is #54020F. Grayscale: #E2E2E2. Windows color (decimal): -5505552 or 15793579. OLE color: 15793579.

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

Color convert

RGB 171 253 240 -
CMYK 0.32 0 0.05 0.01
HSL 170.49º 0.95% 0.83% -
HSV(B) 170.49º 0.32% 0.99% -
XYZ 67.65 85.2 95.32 -
YUV 227 135.33 88.06 -
System Red Green Blue C M Y K H S L
Decimal 171 253 240 0.32 0 0.05 0.01 170.49 0.95 0.83
Hex AB FD F0 20 0 5 1 AA 5F 53
Octal 253 375 360 40 0 5 1 252 137 123
Binary 10101011 11111101 11110000 100000 0 101 1 10101010 1011111 1010011

Color Harmonies of #ABFDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFDF0

Black with #ABFDF0

Text Example


Text Example

White with #ABFDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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