#AFEEFE

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

Shades of Pale Turquoise #AFEEFE

Tints of Pale Turquoise #AFEEFE

Color information

#AFEEFE (or 0xAFEEFE) is unknown color: approx Pale Turquoise. HEX triplet: AF, EE and FE. RGB value is (175,238,254). Sum of RGB (Red+Green+Blue) = 175+238+254=667 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.24% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFEEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEFE is #501101. Grayscale: #DCDCDC. Windows color (decimal): -5247234 or 16707247. OLE color: 16707247.

HSL color Cylindrical-coordinate representation of color #AFEEFE: hue angle of 192.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFEEFE is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB175238254-
CMYK0.310.0600.00
HSL192.15º97.53%84.12%-
HSV(B)192.15º31.1%99.61%-
XYZ66.1477.42105.22-
YUV220.99146.6395.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.24%
GREEN value IS 238 (93.36% from 255) = 35.68%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=26.24%
G=35.68%
B=38.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752382540.310.0600.00192.1597.5384.12
HexAFEEFE1F600c06254
Octal25735637637600300142124
Binary10101111111011101111111011111110001100000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEFE; }

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

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

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

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

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

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

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

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