Html Css Color HEX #ABF2E8 Pale Turquoise

📋 copy color: '#ABF2E8'

red 171 ◦ green 242 ◦ blue 232

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

Shades of Pale Turquoise #ABF2E8

Tints of Pale Turquoise #ABF2E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.97%

R = 26.51%
G = 37.52%
B = 35.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#ABF2E8 (or 0xABF2E8) is known color: Pale Turquoise. HEX triplet: AB, F2 and E8. RGB value is (171,242,232). Sum of RGB (Red+Green+Blue) = 171+242+232=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF2E8 is #540D17. Grayscale: #DBDBDB. Windows color (decimal): -5508376 or 15266475. OLE color: 15266475.

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

Color convert

RGB 171 242 232 -
CMYK 0.29 0 0.04 0.05
HSL 171.55º 0.73% 0.81% -
HSV(B) 171.55º 0.29% 0.95% -
XYZ 63.11 77.99 88.07 -
YUV 219.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 171 242 232 0.29 0 0.04 0.05 171.55 0.73 0.81
Hex AB F2 E8 1D 0 4 5 AC 49 51
Octal 253 362 350 35 0 4 5 254 111 121
Binary 10101011 11110010 11101000 11101 0 100 101 10101100 1001001 1010001

Color Harmonies of #ABF2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2E8

Black with #ABF2E8

Text Example


Text Example

White with #ABF2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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