Html Css Color HEX #ACF4FA Pale Turquoise

📋 copy color: '#ACF4FA'

red 172 ◦ green 244 ◦ blue 250

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

Shades of Pale Turquoise #ACF4FA

Tints of Pale Turquoise #ACF4FA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.64%

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

R = 25.83%
G = 36.64%
B = 37.54%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACF4FA (or 0xACF4FA) is known color: Pale Turquoise. HEX triplet: AC, F4 and FA. RGB value is (172,244,250). Sum of RGB (Red+Green+Blue) = 172+244+250=666 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.83% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACF4FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF4FA is #530B05. Grayscale: #DFDFDF. Windows color (decimal): -5442310 or 16446636. OLE color: 16446636.

HSL color Cylindrical-coordinate representation of color #ACF4FA: hue angle of 184.62º 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 #ACF4FA is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 244 250 -
CMYK 0.31 0.02 0 0.02
HSL 184.62º 0.89% 0.83% -
HSV(B) 184.62º 0.31% 0.98% -
XYZ 66.62 80.37 102.45 -
YUV 223.16 143.15 91.51 -
System Red Green Blue C M Y K H S L
Decimal 172 244 250 0.31 0.02 0 0.02 184.62 0.89 0.83
Hex AC F4 FA 1F 2 0 2 B9 59 53
Octal 254 364 372 37 2 0 2 271 131 123
Binary 10101100 11110100 11111010 11111 10 0 10 10111001 1011001 1010011

Color Harmonies of #ACF4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF4FA

Black with #ACF4FA

Text Example


Text Example

White with #ACF4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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