Html Css Color HEX #ACEEFA Pale Turquoise

📋 copy color: '#ACEEFA'

red 172 ◦ green 238 ◦ blue 250

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

Shades of Pale Turquoise #ACEEFA

Tints of Pale Turquoise #ACEEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.06%

 BLUE value IS 250 (98.05% from 255) = 37.88%

R = 26.06%
G = 36.06%
B = 37.88%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACEEFA (or 0xACEEFA) is known color: Pale Turquoise. HEX triplet: AC, EE and FA. RGB value is (172,238,250). Sum of RGB (Red+Green+Blue) = 172+238+250=660 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.06% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACEEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEEFA is #531105. Grayscale: #DBDBDB. Windows color (decimal): -5443846 or 16445100. OLE color: 16445100.

HSL color Cylindrical-coordinate representation of color #ACEEFA: hue angle of 189.23º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACEEFA is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 238 250 -
CMYK 0.31 0.05 0 0.02
HSL 189.23º 0.89% 0.83% -
HSV(B) 189.23º 0.31% 0.98% -
XYZ 64.84 76.82 101.85 -
YUV 219.63 145.13 94.02 -
System Red Green Blue C M Y K H S L
Decimal 172 238 250 0.31 0.05 0 0.02 189.23 0.89 0.83
Hex AC EE FA 1F 5 0 2 BD 59 53
Octal 254 356 372 37 5 0 2 275 131 123
Binary 10101100 11101110 11111010 11111 101 0 10 10111101 1011001 1010011

Color Harmonies of #ACEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEFA

Black with #ACEEFA

Text Example


Text Example

White with #ACEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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