#AFEEFB

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

Shades of Pale Turquoise #AFEEFB

Tints of Pale Turquoise #AFEEFB

Color information

#AFEEFB (or 0xAFEEFB) is unknown color: approx Pale Turquoise. HEX triplet: AF, EE and FB. RGB value is (175,238,251). Sum of RGB (Red+Green+Blue) = 175+238+251=664 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.36% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFEEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEFB is #501104. Grayscale: #DCDCDC. Windows color (decimal): -5247237 or 16510639. OLE color: 16510639.

HSL color Cylindrical-coordinate representation of color #AFEEFB: hue angle of 190.26º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFEEFB is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175238251-
CMYK0.300.0500.02
HSL190.26º90.48%83.53%-
HSV(B)190.26º30.28%98.43%-
XYZ65.6777.23102.71-
YUV220.64145.1395.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.36%
GREEN value IS 238 (93.36% from 255) = 35.84%
BLUE value IS 251 (98.44% from 255) = 37.80%
R=26.36%
G=35.84%
B=37.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752382510.300.0500.02190.2690.4883.53
HexAFEEFB1E502be5a54
Octal25735637336502276132124
Binary101011111110111011111011111101010101011111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEFB; }

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

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

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

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

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

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

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

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