Html Css Color HEX #ABF2F1 Pale Turquoise

📋 copy color: '#ABF2F1'

red 171 ◦ green 242 ◦ blue 241

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

Shades of Pale Turquoise #ABF2F1

Tints of Pale Turquoise #ABF2F1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37%

 BLUE value IS 241 (94.53% from 255) = 36.85%

R = 26.15%
G = 37%
B = 36.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#ABF2F1 (or 0xABF2F1) is known color: Pale Turquoise. HEX triplet: AB, F2 and F1. RGB value is (171,242,241). Sum of RGB (Red+Green+Blue) = 171+242+241=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF2F1 is #540D0E. Grayscale: #DCDCDC. Windows color (decimal): -5508367 or 15856299. OLE color: 15856299.

HSL color Cylindrical-coordinate representation of color #ABF2F1: hue angle of 179.15º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF2F1 is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 242 241 -
CMYK 0.29 0 0.00 0.05
HSL 179.15º 0.73% 0.81% -
HSV(B) 179.15º 0.29% 0.95% -
XYZ 64.42 78.51 94.98 -
YUV 220.66 139.48 92.58 -
System Red Green Blue C M Y K H S L
Decimal 171 242 241 0.29 0 0.00 0.05 179.15 0.73 0.81
Hex AB F2 F1 1D 0 0 5 B3 49 51
Octal 253 362 361 35 0 0 5 263 111 121
Binary 10101011 11110010 11110001 11101 0 0 101 10110011 1001001 1010001

Color Harmonies of #ABF2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2F1

Black with #ABF2F1

Text Example


Text Example

White with #ABF2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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