Html Css Color HEX #ACFFEE Pale Turquoise

📋 copy color: '#ACFFEE'

red 172 ◦ green 255 ◦ blue 238

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

Shades of Pale Turquoise #ACFFEE

Tints of Pale Turquoise #ACFFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 38.35%

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

R = 25.86%
G = 38.35%
B = 35.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#ACFFEE (or 0xACFFEE) is known color: Pale Turquoise. HEX triplet: AC, FF and EE. RGB value is (172,255,238). Sum of RGB (Red+Green+Blue) = 172+255+238=665 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.86% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFEE is #530011. Grayscale: #E4E4E4. Windows color (decimal): -5439506 or 15663020. OLE color: 15663020.

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

Color convert

RGB 172 255 238 -
CMYK 0.33 0 0.07 0
HSL 167.71º 1% 0.84% -
HSV(B) 167.71º 0.33% 1% -
XYZ 68.21 86.46 93.98 -
YUV 228.25 133.5 87.88 -
System Red Green Blue C M Y K H S L
Decimal 172 255 238 0.33 0 0.07 0 167.71 1 0.84
Hex AC FF EE 21 0 7 0 A8 64 54
Octal 254 377 356 41 0 7 0 250 144 124
Binary 10101100 11111111 11101110 100001 0 111 0 10101000 1100100 1010100

Color Harmonies of #ACFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFEE

Black with #ACFFEE

Text Example


Text Example

White with #ACFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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