Html Css Color HEX #ACEBEE Pale Turquoise

📋 copy color: '#ACEBEE'

red 172 ◦ green 235 ◦ blue 238

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

Shades of Pale Turquoise #ACEBEE

Tints of Pale Turquoise #ACEBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.9%

R = 26.67%
G = 36.43%
B = 36.9%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACEBEE (or 0xACEBEE) is known color: Pale Turquoise. HEX triplet: AC, EB and EE. RGB value is (172,235,238). Sum of RGB (Red+Green+Blue) = 172+235+238=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACEBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEBEE is #531411. Grayscale: #D8D8D8. Windows color (decimal): -5444626 or 15657900. OLE color: 15657900.

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

Color convert

RGB 172 235 238 -
CMYK 0.28 0.01 0 0.07
HSL 182.73º 0.66% 0.8% -
HSV(B) 182.73º 0.28% 0.93% -
XYZ 62.15 74.36 91.97 -
YUV 216.51 140.13 96.26 -
System Red Green Blue C M Y K H S L
Decimal 172 235 238 0.28 0.01 0 0.07 182.73 0.66 0.8
Hex AC EB EE 1C 1 0 7 B7 42 50
Octal 254 353 356 34 1 0 7 267 102 120
Binary 10101100 11101011 11101110 11100 1 0 111 10110111 1000010 1010000

Color Harmonies of #ACEBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBEE

Black with #ACEBEE

Text Example


Text Example

White with #ACEBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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