Html Css Color HEX #ACF1EA Pale Turquoise

📋 copy color: '#ACF1EA'

red 172 ◦ green 241 ◦ blue 234

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

Shades of Pale Turquoise #ACF1EA

Tints of Pale Turquoise #ACF1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.17%

R = 26.58%
G = 37.25%
B = 36.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#ACF1EA (or 0xACF1EA) is known color: Pale Turquoise. HEX triplet: AC, F1 and EA. RGB value is (172,241,234). Sum of RGB (Red+Green+Blue) = 172+241+234=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1EA is #530E15. Grayscale: #DBDBDB. Windows color (decimal): -5443094 or 15397292. OLE color: 15397292.

HSL color Cylindrical-coordinate representation of color #ACF1EA: hue angle of 173.91º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1EA is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 234 -
CMYK 0.29 0 0.03 0.05
HSL 173.91º 0.71% 0.81% -
HSV(B) 173.91º 0.29% 0.95% -
XYZ 63.32 77.62 89.49 -
YUV 219.57 136.14 94.07 -
System Red Green Blue C M Y K H S L
Decimal 172 241 234 0.29 0 0.03 0.05 173.91 0.71 0.81
Hex AC F1 EA 1D 0 3 5 AE 47 51
Octal 254 361 352 35 0 3 5 256 107 121
Binary 10101100 11110001 11101010 11101 0 11 101 10101110 1000111 1010001

Color Harmonies of #ACF1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1EA

Black with #ACF1EA

Text Example


Text Example

White with #ACF1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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