Html Css Color HEX #ACEBF0 Pale Turquoise

📋 copy color: '#ACEBF0'

red 172 ◦ green 235 ◦ blue 240

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

Shades of Pale Turquoise #ACEBF0

Tints of Pale Turquoise #ACEBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.09%

R = 26.58%
G = 36.32%
B = 37.09%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACEBF0 (or 0xACEBF0) is known color: Pale Turquoise. HEX triplet: AC, EB and F0. RGB value is (172,235,240). Sum of RGB (Red+Green+Blue) = 172+235+240=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACEBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBF0 is #53140F. Grayscale: #D8D8D8. Windows color (decimal): -5444624 or 15788972. OLE color: 15788972.

HSL color Cylindrical-coordinate representation of color #ACEBF0: hue angle of 184.41º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEBF0 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 235 240 -
CMYK 0.28 0.02 0 0.06
HSL 184.41º 0.69% 0.81% -
HSV(B) 184.41º 0.28% 0.94% -
XYZ 62.45 74.48 93.52 -
YUV 216.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 172 235 240 0.28 0.02 0 0.06 184.41 0.69 0.81
Hex AC EB F0 1C 2 0 6 B8 45 51
Octal 254 353 360 34 2 0 6 270 105 121
Binary 10101100 11101011 11110000 11100 10 0 110 10111000 1000101 1010001

Color Harmonies of #ACEBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBF0

Black with #ACEBF0

Text Example


Text Example

White with #ACEBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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