Html Css Color HEX #ACEFF9 Pale Turquoise

📋 copy color: '#ACEFF9'

red 172 ◦ green 239 ◦ blue 249

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

Shades of Pale Turquoise #ACEFF9

Tints of Pale Turquoise #ACEFF9

RGB

 RED value IS 172 (67.58% from 255) = 26.06%

 GREEN value IS 239 (93.75% from 255) = 36.21%

 BLUE value IS 249 (97.66% from 255) = 37.73%

R = 26.06%
G = 36.21%
B = 37.73%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACEFF9 (or 0xACEFF9) is known color: Pale Turquoise. HEX triplet: AC, EF and F9. RGB value is (172,239,249). Sum of RGB (Red+Green+Blue) = 172+239+249=660 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.06% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACEFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEFF9 is #531006. Grayscale: #DCDCDC. Windows color (decimal): -5443591 or 16379820. OLE color: 16379820.

HSL color Cylindrical-coordinate representation of color #ACEFF9: hue angle of 187.79º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACEFF9 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 239 249 -
CMYK 0.31 0.04 0 0.02
HSL 187.79º 0.87% 0.83% -
HSV(B) 187.79º 0.31% 0.98% -
XYZ 64.98 77.34 101.13 -
YUV 220.11 144.3 93.69 -
System Red Green Blue C M Y K H S L
Decimal 172 239 249 0.31 0.04 0 0.02 187.79 0.87 0.83
Hex AC EF F9 1F 4 0 2 BC 57 53
Octal 254 357 371 37 4 0 2 274 127 123
Binary 10101100 11101111 11111001 11111 100 0 10 10111100 1010111 1010011

Color Harmonies of #ACEFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEFF9

Black with #ACEFF9

Text Example


Text Example

White with #ACEFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEFF9; }

 p { color: rgb(172,239,249); }

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

background-color css

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

 a { background-color: rgb(172,239,249); }

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

border-color css

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

 span { border-color: rgb(172,239,249); }

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