#AFEEFF

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

Shades of Pale Turquoise #AFEEFF

Tints of Pale Turquoise #AFEEFF

Color information

#AFEEFF (or 0xAFEEFF) is unknown color: approx Pale Turquoise. HEX triplet: AF, EE and FF. RGB value is (175,238,255). Sum of RGB (Red+Green+Blue) = 175+238+255=668 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.20% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEFF is #501100. Grayscale: #DCDCDC. Windows color (decimal): -5247233 or 16772783. OLE color: 16772783.

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

Color convert

RGB175238255-
CMYK0.310.0700
HSL192.75º100%84.31%-
HSV(B)192.75º31.37%100%-
XYZ66.377.48106.07-
YUV221.1147.1395.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.20%
GREEN value IS 238 (93.36% from 255) = 35.63%
BLUE value IS 255 (100% from 255) = 38.17%
R=26.20%
G=35.63%
B=38.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752382550.310.0700192.7510084.31
HexAFEEFF1F700c16454
Octal25735637737700301144124
Binary10101111111011101111111111111111001100000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEFF; }

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

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

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

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

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

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

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

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