Html Css Color HEX #ACEEF3 Pale Turquoise

📋 copy color: '#ACEEF3'

red 172 ◦ green 238 ◦ blue 243

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

Shades of Pale Turquoise #ACEEF3

Tints of Pale Turquoise #ACEEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.21%

R = 26.34%
G = 36.45%
B = 37.21%

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

#ACEEF3 (or 0xACEEF3) is known color: Pale Turquoise. HEX triplet: AC, EE and F3. RGB value is (172,238,243). Sum of RGB (Red+Green+Blue) = 172+238+243=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACEEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEEF3 is #53110C. Grayscale: #DADADA. Windows color (decimal): -5443853 or 15986348. OLE color: 15986348.

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

Color convert

RGB 172 238 243 -
CMYK 0.29 0.02 0 0.05
HSL 184.23º 0.75% 0.81% -
HSV(B) 184.23º 0.29% 0.95% -
XYZ 63.77 76.39 96.18 -
YUV 218.84 141.63 94.59 -
System Red Green Blue C M Y K H S L
Decimal 172 238 243 0.29 0.02 0 0.05 184.23 0.75 0.81
Hex AC EE F3 1D 2 0 5 B8 4B 51
Octal 254 356 363 35 2 0 5 270 113 121
Binary 10101100 11101110 11110011 11101 10 0 101 10111000 1001011 1010001

Color Harmonies of #ACEEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEF3

Black with #ACEEF3

Text Example


Text Example

White with #ACEEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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