Html Css Color HEX #ACEEF1 Pale Turquoise

📋 copy color: '#ACEEF1'

red 172 ◦ green 238 ◦ blue 241

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

Shades of Pale Turquoise #ACEEF1

Tints of Pale Turquoise #ACEEF1

RGB

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

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

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

R = 26.42%
G = 36.56%
B = 37.02%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACEEF1 (or 0xACEEF1) is known color: Pale Turquoise. HEX triplet: AC, EE and F1. RGB value is (172,238,241). Sum of RGB (Red+Green+Blue) = 172+238+241=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACEEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEEF1 is #53110E. Grayscale: #DADADA. Windows color (decimal): -5443855 or 15855276. OLE color: 15855276.

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

Color convert

RGB 172 238 241 -
CMYK 0.29 0.01 0 0.05
HSL 182.61º 0.71% 0.81% -
HSV(B) 182.61º 0.29% 0.95% -
XYZ 63.46 76.27 94.6 -
YUV 218.61 140.63 94.76 -
System Red Green Blue C M Y K H S L
Decimal 172 238 241 0.29 0.01 0 0.05 182.61 0.71 0.81
Hex AC EE F1 1D 1 0 5 B7 47 51
Octal 254 356 361 35 1 0 5 267 107 121
Binary 10101100 11101110 11110001 11101 1 0 101 10110111 1000111 1010001

Color Harmonies of #ACEEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEF1

Black with #ACEEF1

Text Example


Text Example

White with #ACEEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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