Html Css Color HEX #ACF1FA Pale Turquoise

📋 copy color: '#ACF1FA'

red 172 ◦ green 241 ◦ blue 250

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

Shades of Pale Turquoise #ACF1FA

Tints of Pale Turquoise #ACF1FA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.35%

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

R = 25.94%
G = 36.35%
B = 37.71%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACF1FA (or 0xACF1FA) is known color: Pale Turquoise. HEX triplet: AC, F1 and FA. RGB value is (172,241,250). Sum of RGB (Red+Green+Blue) = 172+241+250=663 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.94% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACF1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1FA is #530E05. Grayscale: #DDDDDD. Windows color (decimal): -5443078 or 16445868. OLE color: 16445868.

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

Color convert

RGB 172 241 250 -
CMYK 0.31 0.04 0 0.02
HSL 186.92º 0.89% 0.83% -
HSV(B) 186.92º 0.31% 0.98% -
XYZ 65.72 78.58 102.15 -
YUV 221.4 144.14 92.77 -
System Red Green Blue C M Y K H S L
Decimal 172 241 250 0.31 0.04 0 0.02 186.92 0.89 0.83
Hex AC F1 FA 1F 4 0 2 BB 59 53
Octal 254 361 372 37 4 0 2 273 131 123
Binary 10101100 11110001 11111010 11111 100 0 10 10111011 1011001 1010011

Color Harmonies of #ACF1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1FA

Black with #ACF1FA

Text Example


Text Example

White with #ACF1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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