Html Css Color HEX #ACEBEF Pale Turquoise

📋 copy color: '#ACEBEF'

red 172 ◦ green 235 ◦ blue 239

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

Shades of Pale Turquoise #ACEBEF

Tints of Pale Turquoise #ACEBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37%

R = 26.63%
G = 36.38%
B = 37%

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

#ACEBEF (or 0xACEBEF) is known color: Pale Turquoise. HEX triplet: AC, EB and EF. RGB value is (172,235,239). Sum of RGB (Red+Green+Blue) = 172+235+239=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACEBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBEF is #531410. Grayscale: #D8D8D8. Windows color (decimal): -5444625 or 15723436. OLE color: 15723436.

HSL color Cylindrical-coordinate representation of color #ACEBEF: hue angle of 183.58º degrees, saturation: 0.68, 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 #ACEBEF is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 235 239 -
CMYK 0.28 0.02 0 0.06
HSL 183.58º 0.68% 0.81% -
HSV(B) 183.58º 0.28% 0.94% -
XYZ 62.3 74.42 92.74 -
YUV 216.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 172 235 239 0.28 0.02 0 0.06 183.58 0.68 0.81
Hex AC EB EF 1C 2 0 6 B8 44 51
Octal 254 353 357 34 2 0 6 270 104 121
Binary 10101100 11101011 11101111 11100 10 0 110 10111000 1000100 1010001

Color Harmonies of #ACEBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBEF

Black with #ACEBEF

Text Example


Text Example

White with #ACEBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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