Html Css Color HEX #ACF3EA Pale Turquoise

📋 copy color: '#ACF3EA'

red 172 ◦ green 243 ◦ blue 234

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

Shades of Pale Turquoise #ACF3EA

Tints of Pale Turquoise #ACF3EA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.44%

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

R = 26.5%
G = 37.44%
B = 36.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#ACF3EA (or 0xACF3EA) is known color: Pale Turquoise. HEX triplet: AC, F3 and EA. RGB value is (172,243,234). Sum of RGB (Red+Green+Blue) = 172+243+234=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3EA is #530C15. Grayscale: #DCDCDC. Windows color (decimal): -5442582 or 15397804. OLE color: 15397804.

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

Color convert

RGB 172 243 234 -
CMYK 0.29 0 0.04 0.05
HSL 172.39º 0.75% 0.81% -
HSV(B) 172.39º 0.29% 0.95% -
XYZ 63.92 78.81 89.69 -
YUV 220.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 172 243 234 0.29 0 0.04 0.05 172.39 0.75 0.81
Hex AC F3 EA 1D 0 4 5 AC 4B 51
Octal 254 363 352 35 0 4 5 254 113 121
Binary 10101100 11110011 11101010 11101 0 100 101 10101100 1001011 1010001

Color Harmonies of #ACF3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF3EA

Black with #ACF3EA

Text Example


Text Example

White with #ACF3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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