Html Css Color HEX #ACF2EA Pale Turquoise

📋 copy color: '#ACF2EA'

red 172 ◦ green 242 ◦ blue 234

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

Shades of Pale Turquoise #ACF2EA

Tints of Pale Turquoise #ACF2EA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.35%

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

R = 26.54%
G = 37.35%
B = 36.11%

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

#ACF2EA (or 0xACF2EA) is known color: Pale Turquoise. HEX triplet: AC, F2 and EA. RGB value is (172,242,234). Sum of RGB (Red+Green+Blue) = 172+242+234=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF2EA is #530D15. Grayscale: #DCDCDC. Windows color (decimal): -5442838 or 15397548. OLE color: 15397548.

HSL color Cylindrical-coordinate representation of color #ACF2EA: hue angle of 173.14º degrees, saturation: 0.73, 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 #ACF2EA is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 234 -
CMYK 0.29 0 0.03 0.05
HSL 173.14º 0.73% 0.81% -
HSV(B) 173.14º 0.29% 0.95% -
XYZ 63.62 78.22 89.59 -
YUV 220.16 135.81 93.65 -
System Red Green Blue C M Y K H S L
Decimal 172 242 234 0.29 0 0.03 0.05 173.14 0.73 0.81
Hex AC F2 EA 1D 0 3 5 AD 49 51
Octal 254 362 352 35 0 3 5 255 111 121
Binary 10101100 11110010 11101010 11101 0 11 101 10101101 1001001 1010001

Color Harmonies of #ACF2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2EA

Black with #ACF2EA

Text Example


Text Example

White with #ACF2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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