Html Css Color HEX #ACEEEF Pale Turquoise

📋 copy color: '#ACEEEF'

red 172 ◦ green 238 ◦ blue 239

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

Shades of Pale Turquoise #ACEEEF

Tints of Pale Turquoise #ACEEEF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.67%

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

R = 26.5%
G = 36.67%
B = 36.83%

CMYK

 C value IS 0.28

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACEEEF (or 0xACEEEF) is known color: Pale Turquoise. HEX triplet: AC, EE and EF. RGB value is (172,238,239). Sum of RGB (Red+Green+Blue) = 172+238+239=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACEEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEEEF is #531110. Grayscale: #DADADA. Windows color (decimal): -5443857 or 15724204. OLE color: 15724204.

HSL color Cylindrical-coordinate representation of color #ACEEEF: hue angle of 180.9º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEEF is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 238 239 -
CMYK 0.28 0.00 0 0.06
HSL 180.9º 0.68% 0.81% -
HSV(B) 180.9º 0.28% 0.94% -
XYZ 63.17 76.15 93.03 -
YUV 218.38 139.63 94.92 -
System Red Green Blue C M Y K H S L
Decimal 172 238 239 0.28 0.00 0 0.06 180.9 0.68 0.81
Hex AC EE EF 1C 0 0 6 B5 44 51
Octal 254 356 357 34 0 0 6 265 104 121
Binary 10101100 11101110 11101111 11100 0 0 110 10110101 1000100 1010001

Color Harmonies of #ACEEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEEF

Black with #ACEEEF

Text Example


Text Example

White with #ACEEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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