Html Css Color HEX #ACEEF0 Pale Turquoise

📋 copy color: '#ACEEF0'

red 172 ◦ green 238 ◦ blue 240

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

Shades of Pale Turquoise #ACEEF0

Tints of Pale Turquoise #ACEEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.92%

R = 26.46%
G = 36.62%
B = 36.92%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACEEF0 (or 0xACEEF0) is known color: Pale Turquoise. HEX triplet: AC, EE and F0. RGB value is (172,238,240). Sum of RGB (Red+Green+Blue) = 172+238+240=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACEEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEEF0 is #53110F. Grayscale: #DADADA. Windows color (decimal): -5443856 or 15789740. OLE color: 15789740.

HSL color Cylindrical-coordinate representation of color #ACEEF0: hue angle of 181.76º degrees, saturation: 0.69, 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 #ACEEF0 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 238 240 -
CMYK 0.28 0.01 0 0.06
HSL 181.76º 0.69% 0.81% -
HSV(B) 181.76º 0.28% 0.94% -
XYZ 63.32 76.21 93.81 -
YUV 218.49 140.13 94.84 -
System Red Green Blue C M Y K H S L
Decimal 172 238 240 0.28 0.01 0 0.06 181.76 0.69 0.81
Hex AC EE F0 1C 1 0 6 B6 45 51
Octal 254 356 360 34 1 0 6 266 105 121
Binary 10101100 11101110 11110000 11100 1 0 110 10110110 1000101 1010001

Color Harmonies of #ACEEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEF0

Black with #ACEEF0

Text Example


Text Example

White with #ACEEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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