Html Css Color HEX #AFF0E9 Pale Turquoise

📋 copy color: '#AFF0E9'

red 175 ◦ green 240 ◦ blue 233

#AFF0E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #AFF0E9

Tints of Pale Turquoise #AFF0E9

RGB

 RED value IS 175 (68.75% from 255) = 27.01%

 GREEN value IS 240 (94.14% from 255) = 37.04%

 BLUE value IS 233 (91.41% from 255) = 35.96%

R = 27.01%
G = 37.04%
B = 35.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#AFF0E9 (or 0xAFF0E9) is known color: Pale Turquoise. HEX triplet: AF, F0 and E9. RGB value is (175,240,233). Sum of RGB (Red+Green+Blue) = 175+240+233=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0E9 is #500F16. Grayscale: #DBDBDB. Windows color (decimal): -5246743 or 15331503. OLE color: 15331503.

HSL color Cylindrical-coordinate representation of color #AFF0E9: hue angle of 173.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0E9 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 233 -
CMYK 0.27 0 0.03 0.06
HSL 173.54º 0.68% 0.81% -
HSV(B) 173.54º 0.27% 0.94% -
XYZ 63.55 77.32 88.67 -
YUV 219.77 135.47 96.07 -
System Red Green Blue C M Y K H S L
Decimal 175 240 233 0.27 0 0.03 0.06 173.54 0.68 0.81
Hex AF F0 E9 1B 0 3 6 AE 44 51
Octal 257 360 351 33 0 3 6 256 104 121
Binary 10101111 11110000 11101001 11011 0 11 110 10101110 1000100 1010001

Color Harmonies of #AFF0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0E9

Black with #AFF0E9

Text Example


Text Example

White with #AFF0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0E9; }

 p { color: rgb(175,240,233); }

 H1.HeaderClassName
 {
   color: #AFF0E9;
 }
 .AnyTagClassName
 {
   color: #AFF0E9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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