Html Css Color HEX #ACEBED Pale Turquoise

📋 copy color: '#ACEBED'

red 172 ◦ green 235 ◦ blue 237

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

Shades of Pale Turquoise #ACEBED

Tints of Pale Turquoise #ACEBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.8%

R = 26.71%
G = 36.49%
B = 36.8%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACEBED (or 0xACEBED) is known color: Pale Turquoise. HEX triplet: AC, EB and ED. RGB value is (172,235,237). Sum of RGB (Red+Green+Blue) = 172+235+237=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACEBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBED is #531412. Grayscale: #D8D8D8. Windows color (decimal): -5444627 or 15592364. OLE color: 15592364.

HSL color Cylindrical-coordinate representation of color #ACEBED: hue angle of 181.85º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBED is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 235 237 -
CMYK 0.27 0.01 0 0.07
HSL 181.85º 0.64% 0.8% -
HSV(B) 181.85º 0.27% 0.93% -
XYZ 62.01 74.3 91.19 -
YUV 216.39 139.63 96.34 -
System Red Green Blue C M Y K H S L
Decimal 172 235 237 0.27 0.01 0 0.07 181.85 0.64 0.8
Hex AC EB ED 1B 1 0 7 B6 40 50
Octal 254 353 355 33 1 0 7 266 100 120
Binary 10101100 11101011 11101101 11011 1 0 111 10110110 1000000 1010000

Color Harmonies of #ACEBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBED

Black with #ACEBED

Text Example


Text Example

White with #ACEBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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