Html Css Color HEX #ACF3ED Pale Turquoise

📋 copy color: '#ACF3ED'

red 172 ◦ green 243 ◦ blue 237

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

Shades of Pale Turquoise #ACF3ED

Tints of Pale Turquoise #ACF3ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.35%

R = 26.38%
G = 37.27%
B = 36.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#ACF3ED (or 0xACF3ED) is known color: Pale Turquoise. HEX triplet: AC, F3 and ED. RGB value is (172,243,237). Sum of RGB (Red+Green+Blue) = 172+243+237=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3ED is #530C12. Grayscale: #DDDDDD. Windows color (decimal): -5442579 or 15594412. OLE color: 15594412.

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

Color convert

RGB 172 243 237 -
CMYK 0.29 0 0.02 0.05
HSL 174.93º 0.75% 0.81% -
HSV(B) 174.93º 0.29% 0.95% -
XYZ 64.35 78.99 91.98 -
YUV 221.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 172 243 237 0.29 0 0.02 0.05 174.93 0.75 0.81
Hex AC F3 ED 1D 0 2 5 AF 4B 51
Octal 254 363 355 35 0 2 5 257 113 121
Binary 10101100 11110011 11101101 11101 0 10 101 10101111 1001011 1010001

Color Harmonies of #ACF3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF3ED

Black with #ACF3ED

Text Example


Text Example

White with #ACF3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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