Html Css Color HEX #ACEFE8 Pale Turquoise

📋 copy color: '#ACEFE8'

red 172 ◦ green 239 ◦ blue 232

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

Shades of Pale Turquoise #ACEFE8

Tints of Pale Turquoise #ACEFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.08%

R = 26.75%
G = 37.17%
B = 36.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#ACEFE8 (or 0xACEFE8) is known color: Pale Turquoise. HEX triplet: AC, EF and E8. RGB value is (172,239,232). Sum of RGB (Red+Green+Blue) = 172+239+232=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEFE8 is #531017. Grayscale: #DADADA. Windows color (decimal): -5443608 or 15265708. OLE color: 15265708.

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

Color convert

RGB 172 239 232 -
CMYK 0.28 0 0.03 0.06
HSL 173.73º 0.68% 0.81% -
HSV(B) 173.73º 0.28% 0.94% -
XYZ 62.45 76.33 87.79 -
YUV 218.17 135.8 95.07 -
System Red Green Blue C M Y K H S L
Decimal 172 239 232 0.28 0 0.03 0.06 173.73 0.68 0.81
Hex AC EF E8 1C 0 3 6 AE 44 51
Octal 254 357 350 34 0 3 6 256 104 121
Binary 10101100 11101111 11101000 11100 0 11 110 10101110 1000100 1010001

Color Harmonies of #ACEFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEFE8

Black with #ACEFE8

Text Example


Text Example

White with #ACEFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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