Html Css Color HEX #ACF2FD Pale Turquoise

📋 copy color: '#ACF2FD'

red 172 ◦ green 242 ◦ blue 253

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

Shades of Pale Turquoise #ACF2FD

Tints of Pale Turquoise #ACF2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.93%

R = 25.79%
G = 36.28%
B = 37.93%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACF2FD (or 0xACF2FD) is known color: Pale Turquoise. HEX triplet: AC, F2 and FD. RGB value is (172,242,253). Sum of RGB (Red+Green+Blue) = 172+242+253=667 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.79% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACF2FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF2FD is #530D02. Grayscale: #DEDEDE. Windows color (decimal): -5442819 or 16642732. OLE color: 16642732.

HSL color Cylindrical-coordinate representation of color #ACF2FD: hue angle of 188.15º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACF2FD is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 242 253 -
CMYK 0.32 0.04 0 0.01
HSL 188.15º 0.95% 0.83% -
HSV(B) 188.15º 0.32% 0.99% -
XYZ 66.5 79.37 104.74 -
YUV 222.32 145.31 92.11 -
System Red Green Blue C M Y K H S L
Decimal 172 242 253 0.32 0.04 0 0.01 188.15 0.95 0.83
Hex AC F2 FD 20 4 0 1 BC 5F 53
Octal 254 362 375 40 4 0 1 274 137 123
Binary 10101100 11110010 11111101 100000 100 0 1 10111100 1011111 1010011

Color Harmonies of #ACF2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2FD

Black with #ACF2FD

Text Example


Text Example

White with #ACF2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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