Html Css Color HEX #ABF2F0 Pale Turquoise

📋 copy color: '#ABF2F0'

red 171 ◦ green 242 ◦ blue 240

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

Shades of Pale Turquoise #ABF2F0

Tints of Pale Turquoise #ABF2F0

RGB

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

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

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

R = 26.19%
G = 37.06%
B = 36.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#ABF2F0 (or 0xABF2F0) is known color: Pale Turquoise. HEX triplet: AB, F2 and F0. RGB value is (171,242,240). Sum of RGB (Red+Green+Blue) = 171+242+240=653 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.19% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF2F0 is #540D0F. Grayscale: #DCDCDC. Windows color (decimal): -5508368 or 15790763. OLE color: 15790763.

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

Color convert

RGB 171 242 240 -
CMYK 0.29 0 0.01 0.05
HSL 178.31º 0.73% 0.81% -
HSV(B) 178.31º 0.29% 0.95% -
XYZ 64.27 78.45 94.19 -
YUV 220.54 138.98 92.66 -
System Red Green Blue C M Y K H S L
Decimal 171 242 240 0.29 0 0.01 0.05 178.31 0.73 0.81
Hex AB F2 F0 1D 0 1 5 B2 49 51
Octal 253 362 360 35 0 1 5 262 111 121
Binary 10101011 11110010 11110000 11101 0 1 101 10110010 1001001 1010001

Color Harmonies of #ABF2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2F0

Black with #ABF2F0

Text Example


Text Example

White with #ABF2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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