Html Css Color HEX #ABFFF2 Pale Turquoise

📋 copy color: '#ABFFF2'

red 171 ◦ green 255 ◦ blue 242

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

Shades of Pale Turquoise #ABFFF2

Tints of Pale Turquoise #ABFFF2

RGB

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

 GREEN value IS 255 (100% from 255) = 38.17%

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

R = 25.6%
G = 38.17%
B = 36.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#ABFFF2 (or 0xABFFF2) is known color: Pale Turquoise. HEX triplet: AB, FF and F2. RGB value is (171,255,242). Sum of RGB (Red+Green+Blue) = 171+255+242=668 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.60% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFFF2 is #54000D. Grayscale: #E4E4E4. Windows color (decimal): -5505038 or 15925163. OLE color: 15925163.

HSL color Cylindrical-coordinate representation of color #ABFFF2: hue angle of 170.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFF2 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 171 255 242 -
CMYK 0.33 0 0.05 0
HSL 170.71º 1% 0.84% -
HSV(B) 170.71º 0.33% 1% -
XYZ 68.58 86.59 97.1 -
YUV 228.4 135.67 87.06 -
System Red Green Blue C M Y K H S L
Decimal 171 255 242 0.33 0 0.05 0 170.71 1 0.84
Hex AB FF F2 21 0 5 0 AB 64 54
Octal 253 377 362 41 0 5 0 253 144 124
Binary 10101011 11111111 11110010 100001 0 101 0 10101011 1100100 1010100

Color Harmonies of #ABFFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFFF2

Black with #ABFFF2

Text Example


Text Example

White with #ABFFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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