Html Css Color HEX #ACEAF1 Pale Turquoise

📋 copy color: '#ACEAF1'

red 172 ◦ green 234 ◦ blue 241

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

Shades of Pale Turquoise #ACEAF1

Tints of Pale Turquoise #ACEAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.25%

R = 26.58%
G = 36.17%
B = 37.25%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACEAF1 (or 0xACEAF1) is known color: Pale Turquoise. HEX triplet: AC, EA and F1. RGB value is (172,234,241). Sum of RGB (Red+Green+Blue) = 172+234+241=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACEAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAF1 is #53150E. Grayscale: #D8D8D8. Windows color (decimal): -5444879 or 15854252. OLE color: 15854252.

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

Color convert

RGB 172 234 241 -
CMYK 0.29 0.03 0 0.05
HSL 186.09º 0.71% 0.81% -
HSV(B) 186.09º 0.29% 0.95% -
XYZ 62.31 73.97 94.21 -
YUV 216.26 141.96 96.43 -
System Red Green Blue C M Y K H S L
Decimal 172 234 241 0.29 0.03 0 0.05 186.09 0.71 0.81
Hex AC EA F1 1D 3 0 5 BA 47 51
Octal 254 352 361 35 3 0 5 272 107 121
Binary 10101100 11101010 11110001 11101 11 0 101 10111010 1000111 1010001

Color Harmonies of #ACEAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAF1

Black with #ACEAF1

Text Example


Text Example

White with #ACEAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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