Html Css Color HEX #ABFDF2 Pale Turquoise

📋 copy color: '#ABFDF2'

red 171 ◦ green 253 ◦ blue 242

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

Shades of Pale Turquoise #ABFDF2

Tints of Pale Turquoise #ABFDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.34%

R = 25.68%
G = 37.99%
B = 36.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#ABFDF2 (or 0xABFDF2) is known color: Pale Turquoise. HEX triplet: AB, FD and F2. RGB value is (171,253,242). Sum of RGB (Red+Green+Blue) = 171+253+242=666 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.68% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFDF2 is #54020D. Grayscale: #E3E3E3. Windows color (decimal): -5505550 or 15924651. OLE color: 15924651.

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

Color convert

RGB 171 253 242 -
CMYK 0.32 0 0.04 0.01
HSL 171.95º 0.95% 0.83% -
HSV(B) 171.95º 0.32% 0.99% -
XYZ 67.95 85.32 96.89 -
YUV 227.23 136.33 87.89 -
System Red Green Blue C M Y K H S L
Decimal 171 253 242 0.32 0 0.04 0.01 171.95 0.95 0.83
Hex AB FD F2 20 0 4 1 AC 5F 53
Octal 253 375 362 40 0 4 1 254 137 123
Binary 10101011 11111101 11110010 100000 0 100 1 10101100 1011111 1010011

Color Harmonies of #ABFDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFDF2

Black with #ABFDF2

Text Example


Text Example

White with #ABFDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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