#afeeee

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

Shades of PaleTurquoise #AFEEEE

Tints of PaleTurquoise #AFEEEE

Color information

#AFEEEE (or 0xAFEEEE) is known color: PaleTurquoise. HEX triplet: AF, EE and EE. RGB value is (175,238,238). Sum of RGB (Red+Green+Blue) = 175+238+238=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #AFEEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEEE is #501111. Grayscale: #DBDBDB. Windows color (decimal): -5247250 or 15658671. OLE color: 15658671.

HSL color Cylindrical-coordinate representation of color #AFEEEE: hue angle of 180º 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 #AFEEEE is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175238238-
CMYK0.26000.07
HSL180º64.95%80.98%-
HSV(B)180º26.47%93.33%-
XYZ63.6976.4492.29-
YUV219.16138.6396.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.88%
GREEN value IS 238 (93.36% from 255) = 36.56%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=26.88%
G=36.56%
B=36.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752382380.26000.0718064.9580.98
HexAFEEEE1A007b44151
Octal25735635632007264101121
Binary10101111111011101110111011010001111011010010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afeeee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afeeee; }

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

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

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

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

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

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

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

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