Html Css Color HEX #ACEBF2 Pale Turquoise

📋 copy color: '#ACEBF2'

red 172 ◦ green 235 ◦ blue 242

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

Shades of Pale Turquoise #ACEBF2

Tints of Pale Turquoise #ACEBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.21%

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

R = 26.5%
G = 36.21%
B = 37.29%

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

#ACEBF2 (or 0xACEBF2) is known color: Pale Turquoise. HEX triplet: AC, EB and F2. RGB value is (172,235,242). Sum of RGB (Red+Green+Blue) = 172+235+242=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACEBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBF2 is #53140D. Grayscale: #D8D8D8. Windows color (decimal): -5444622 or 15920044. OLE color: 15920044.

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

Color convert

RGB 172 235 242 -
CMYK 0.29 0.03 0 0.05
HSL 186º 0.73% 0.81% -
HSV(B) 186º 0.29% 0.95% -
XYZ 62.75 74.6 95.1 -
YUV 216.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 172 235 242 0.29 0.03 0 0.05 186 0.73 0.81
Hex AC EB F2 1D 3 0 5 BA 49 51
Octal 254 353 362 35 3 0 5 272 111 121
Binary 10101100 11101011 11110010 11101 11 0 101 10111010 1001001 1010001

Color Harmonies of #ACEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBF2

Black with #ACEBF2

Text Example


Text Example

White with #ACEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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