Html Css Color HEX #ACEFFE Pale Turquoise

📋 copy color: '#ACEFFE'

red 172 ◦ green 239 ◦ blue 254

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

Shades of Pale Turquoise #ACEFFE

Tints of Pale Turquoise #ACEFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.94%

 BLUE value IS 254 (99.61% from 255) = 38.2%

R = 25.86%
G = 35.94%
B = 38.2%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ACEFFE (or 0xACEFFE) is known color: Pale Turquoise. HEX triplet: AC, EF and FE. RGB value is (172,239,254). Sum of RGB (Red+Green+Blue) = 172+239+254=665 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.86% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACEFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEFFE is #531001. Grayscale: #DCDCDC. Windows color (decimal): -5443586 or 16707500. OLE color: 16707500.

HSL color Cylindrical-coordinate representation of color #ACEFFE: hue angle of 190.98º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACEFFE is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 239 254 -
CMYK 0.32 0.06 0 0.00
HSL 190.98º 0.98% 0.84% -
HSV(B) 190.98º 0.32% 1% -
XYZ 65.77 77.66 105.29 -
YUV 220.68 146.8 93.28 -
System Red Green Blue C M Y K H S L
Decimal 172 239 254 0.32 0.06 0 0.00 190.98 0.98 0.84
Hex AC EF FE 20 6 0 0 BF 62 54
Octal 254 357 376 40 6 0 0 277 142 124
Binary 10101100 11101111 11111110 100000 110 0 0 10111111 1100010 1010100

Color Harmonies of #ACEFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEFFE

Black with #ACEFFE

Text Example


Text Example

White with #ACEFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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