Html Css Color HEX #ABF2F2 Pale Turquoise

📋 copy color: '#ABF2F2'

red 171 ◦ green 242 ◦ blue 242

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

Shades of Pale Turquoise #ABF2F2

Tints of Pale Turquoise #ABF2F2

RGB

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

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

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

R = 26.11%
G = 36.95%
B = 36.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABF2F2 (or 0xABF2F2) is known color: Pale Turquoise. HEX triplet: AB, F2 and F2. RGB value is (171,242,242). Sum of RGB (Red+Green+Blue) = 171+242+242=655 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.11% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: green, blue. Hex color #ABF2F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF2F2 is #540D0D. Grayscale: #DCDCDC. Windows color (decimal): -5508366 or 15921835. OLE color: 15921835.

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

Color convert

RGB 171 242 242 -
CMYK 0.29 0 0 0.05
HSL 180º 0.73% 0.81% -
HSV(B) 180º 0.29% 0.95% -
XYZ 64.57 78.57 95.77 -
YUV 220.77 139.98 92.5 -
System Red Green Blue C M Y K H S L
Decimal 171 242 242 0.29 0 0 0.05 180 0.73 0.81
Hex AB F2 F2 1D 0 0 5 B4 49 51
Octal 253 362 362 35 0 0 5 264 111 121
Binary 10101011 11110010 11110010 11101 0 0 101 10110100 1001001 1010001

Color Harmonies of #ABF2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2F2

Black with #ABF2F2

Text Example


Text Example

White with #ABF2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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