Html Css Color HEX #ABF2EF Pale Turquoise

📋 copy color: '#ABF2EF'

red 171 ◦ green 242 ◦ blue 239

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

Shades of Pale Turquoise #ABF2EF

Tints of Pale Turquoise #ABF2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.66%

R = 26.23%
G = 37.12%
B = 36.66%

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

#ABF2EF (or 0xABF2EF) is known color: Pale Turquoise. HEX triplet: AB, F2 and EF. RGB value is (171,242,239). Sum of RGB (Red+Green+Blue) = 171+242+239=652 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.23% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF2EF is #540D10. Grayscale: #DCDCDC. Windows color (decimal): -5508369 or 15725227. OLE color: 15725227.

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

Color convert

RGB 171 242 239 -
CMYK 0.29 0 0.01 0.05
HSL 177.46º 0.73% 0.81% -
HSV(B) 177.46º 0.29% 0.95% -
XYZ 64.13 78.39 93.41 -
YUV 220.43 138.48 92.74 -
System Red Green Blue C M Y K H S L
Decimal 171 242 239 0.29 0 0.01 0.05 177.46 0.73 0.81
Hex AB F2 EF 1D 0 1 5 B1 49 51
Octal 253 362 357 35 0 1 5 261 111 121
Binary 10101011 11110010 11101111 11101 0 1 101 10110001 1001001 1010001

Color Harmonies of #ABF2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2EF

Black with #ABF2EF

Text Example


Text Example

White with #ABF2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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