#AFEDF4

Color #AFEDF4 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #AFEDF4

Tints of Pale Turquoise #AFEDF4

Color information

#AFEDF4 (or 0xAFEDF4) is unknown color: approx Pale Turquoise. HEX triplet: AF, ED and F4. RGB value is (175,237,244). Sum of RGB (Red+Green+Blue) = 175+237+244=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 244 (95.70% from 255 or 37.20% from 656); Max value from RGB is 244 - color contains mainly: blue. Hex color #AFEDF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDF4 is #50120B. Grayscale: #DBDBDB. Windows color (decimal): -5247500 or 16051631. OLE color: 16051631.

HSL color Cylindrical-coordinate representation of color #AFEDF4: hue angle of 186.09º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFEDF4 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175237244-
CMYK0.280.0300.04
HSL186.09º75.82%82.16%-
HSV(B)186.09º28.28%95.69%-
XYZ64.2976.2196.91-
YUV219.26141.9696.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.68%
GREEN value IS 237 (92.97% from 255) = 36.13%
BLUE value IS 244 (95.70% from 255) = 37.20%
R=26.68%
G=36.13%
B=37.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752372440.280.0300.04186.0975.8282.16
HexAFEDF41C304ba4c52
Octal25735536434304272114122
Binary101011111110110111110100111001101001011101010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEDF4; }

 p { color: rgb(175,237,244); }

 H1.HeaderClassName
 {
   color: #AFEDF4;
 }
 .AnyTagClassName
 {
   color: #AFEDF4;
 }
</style>
background-color css

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

 a { background-color: rgb(175,237,244); }

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

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

 span { border-color: rgb(175,237,244); }

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