Html Css Color HEX #ACEEF2 Pale Turquoise

📋 copy color: '#ACEEF2'

red 172 ◦ green 238 ◦ blue 242

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

Shades of Pale Turquoise #ACEEF2

Tints of Pale Turquoise #ACEEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.12%

R = 26.38%
G = 36.5%
B = 37.12%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACEEF2 (or 0xACEEF2) is known color: Pale Turquoise. HEX triplet: AC, EE and F2. RGB value is (172,238,242). Sum of RGB (Red+Green+Blue) = 172+238+242=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACEEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEEF2 is #53110D. Grayscale: #DADADA. Windows color (decimal): -5443854 or 15920812. OLE color: 15920812.

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

Color convert

RGB 172 238 242 -
CMYK 0.29 0.02 0 0.05
HSL 183.43º 0.73% 0.81% -
HSV(B) 183.43º 0.29% 0.95% -
XYZ 63.61 76.33 95.38 -
YUV 218.72 141.13 94.67 -
System Red Green Blue C M Y K H S L
Decimal 172 238 242 0.29 0.02 0 0.05 183.43 0.73 0.81
Hex AC EE F2 1D 2 0 5 B7 49 51
Octal 254 356 362 35 2 0 5 267 111 121
Binary 10101100 11101110 11110010 11101 10 0 101 10110111 1001001 1010001

Color Harmonies of #ACEEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEF2

Black with #ACEEF2

Text Example


Text Example

White with #ACEEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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