#AFEEED

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

Shades of Pale Turquoise #AFEEED

Tints of Pale Turquoise #AFEEED

Color information

#AFEEED (or 0xAFEEED) is unknown color: approx Pale Turquoise. HEX triplet: AF, EE and ED. RGB value is (175,238,237). Sum of RGB (Red+Green+Blue) = 175+238+237=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEED is #501112. Grayscale: #DADADA. Windows color (decimal): -5247251 or 15593135. OLE color: 15593135.

HSL color Cylindrical-coordinate representation of color #AFEEED: hue angle of 179.05º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEEED is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB175238237-
CMYK0.2600.000.07
HSL179.05º64.95%80.98%-
HSV(B)179.05º26.47%93.33%-
XYZ63.5476.3891.51-
YUV219.05138.1396.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.92%
GREEN value IS 238 (93.36% from 255) = 36.62%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=26.92%
G=36.62%
B=36.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752382370.2600.000.07179.0564.9580.98
HexAFEEED1A007b34151
Octal25735635532007263101121
Binary10101111111011101110110111010001111011001110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEED; }

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

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

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

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

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

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

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

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