#AFEDEE

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

Shades of Pale Turquoise #AFEDEE

Tints of Pale Turquoise #AFEDEE

Color information

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

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

Color convert

RGB175237238-
CMYK0.260.0000.07
HSL180.95º64.95%80.98%-
HSV(B)180.95º26.47%93.33%-
XYZ63.475.8692.19-
YUV218.58138.9696.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752372380.260.0000.07180.9564.9580.98
HexAFEDEE1A007b54151
Octal25735535632007265101121
Binary10101111111011011110111011010001111011010110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEDEE; }

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

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

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

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

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

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

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

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