Html Css Color HEX #ACEAF3 Pale Turquoise

📋 copy color: '#ACEAF3'

red 172 ◦ green 234 ◦ blue 243

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

Shades of Pale Turquoise #ACEAF3

Tints of Pale Turquoise #ACEAF3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.06%

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

R = 26.5%
G = 36.06%
B = 37.44%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACEAF3 (or 0xACEAF3) is known color: Pale Turquoise. HEX triplet: AC, EA and F3. RGB value is (172,234,243). Sum of RGB (Red+Green+Blue) = 172+234+243=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACEAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAF3 is #53150C. Grayscale: #D8D8D8. Windows color (decimal): -5444877 or 15985324. OLE color: 15985324.

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

Color convert

RGB 172 234 243 -
CMYK 0.29 0.04 0 0.05
HSL 187.61º 0.75% 0.81% -
HSV(B) 187.61º 0.29% 0.95% -
XYZ 62.61 74.09 95.79 -
YUV 216.49 142.96 96.27 -
System Red Green Blue C M Y K H S L
Decimal 172 234 243 0.29 0.04 0 0.05 187.61 0.75 0.81
Hex AC EA F3 1D 4 0 5 BC 4B 51
Octal 254 352 363 35 4 0 5 274 113 121
Binary 10101100 11101010 11110011 11101 100 0 101 10111100 1001011 1010001

Color Harmonies of #ACEAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAF3

Black with #ACEAF3

Text Example


Text Example

White with #ACEAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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