Html Css Color HEX #ACEBEA Pale Turquoise

📋 copy color: '#ACEBEA'

red 172 ◦ green 235 ◦ blue 234

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

Shades of Pale Turquoise #ACEBEA

Tints of Pale Turquoise #ACEBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.51%

R = 26.83%
G = 36.66%
B = 36.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#ACEBEA (or 0xACEBEA) is known color: Pale Turquoise. HEX triplet: AC, EB and EA. RGB value is (172,235,234). Sum of RGB (Red+Green+Blue) = 172+235+234=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBEA is #531415. Grayscale: #D7D7D7. Windows color (decimal): -5444630 or 15395756. OLE color: 15395756.

HSL color Cylindrical-coordinate representation of color #ACEBEA: hue angle of 179.05º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBEA is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 235 234 -
CMYK 0.27 0 0.00 0.08
HSL 179.05º 0.61% 0.8% -
HSV(B) 179.05º 0.27% 0.92% -
XYZ 61.57 74.13 88.9 -
YUV 216.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 172 235 234 0.27 0 0.00 0.08 179.05 0.61 0.8
Hex AC EB EA 1B 0 0 8 B3 3D 50
Octal 254 353 352 33 0 0 10 263 75 120
Binary 10101100 11101011 11101010 11011 0 0 1000 10110011 111101 1010000

Color Harmonies of #ACEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBEA

Black with #ACEBEA

Text Example


Text Example

White with #ACEBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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