Html Css Color HEX #ABF2ED Pale Turquoise

📋 copy color: '#ABF2ED'

red 171 ◦ green 242 ◦ blue 237

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

Shades of Pale Turquoise #ABF2ED

Tints of Pale Turquoise #ABF2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.46%

R = 26.31%
G = 37.23%
B = 36.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#ABF2ED (or 0xABF2ED) is known color: Pale Turquoise. HEX triplet: AB, F2 and ED. RGB value is (171,242,237). Sum of RGB (Red+Green+Blue) = 171+242+237=650 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.31% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF2ED is #540D12. Grayscale: #DCDCDC. Windows color (decimal): -5508371 or 15594155. OLE color: 15594155.

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

Color convert

RGB 171 242 237 -
CMYK 0.29 0 0.02 0.05
HSL 175.77º 0.73% 0.81% -
HSV(B) 175.77º 0.29% 0.95% -
XYZ 63.83 78.28 91.87 -
YUV 220.2 137.48 92.91 -
System Red Green Blue C M Y K H S L
Decimal 171 242 237 0.29 0 0.02 0.05 175.77 0.73 0.81
Hex AB F2 ED 1D 0 2 5 B0 49 51
Octal 253 362 355 35 0 2 5 260 111 121
Binary 10101011 11110010 11101101 11101 0 10 101 10110000 1001001 1010001

Color Harmonies of #ABF2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2ED

Black with #ABF2ED

Text Example


Text Example

White with #ABF2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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