Html Css Color HEX #AFF1E9 Pale Turquoise

📋 copy color: '#AFF1E9'

red 175 ◦ green 241 ◦ blue 233

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

Shades of Pale Turquoise #AFF1E9

Tints of Pale Turquoise #AFF1E9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.13%

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

R = 26.96%
G = 37.13%
B = 35.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#AFF1E9 (or 0xAFF1E9) is known color: Pale Turquoise. HEX triplet: AF, F1 and E9. RGB value is (175,241,233). Sum of RGB (Red+Green+Blue) = 175+241+233=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1E9 is #500E16. Grayscale: #DCDCDC. Windows color (decimal): -5246487 or 15331759. OLE color: 15331759.

HSL color Cylindrical-coordinate representation of color #AFF1E9: hue angle of 172.73º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1E9 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 233 -
CMYK 0.27 0 0.03 0.05
HSL 172.73º 0.7% 0.82% -
HSV(B) 172.73º 0.27% 0.95% -
XYZ 63.84 77.91 88.76 -
YUV 220.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 175 241 233 0.27 0 0.03 0.05 172.73 0.7 0.82
Hex AF F1 E9 1B 0 3 5 AD 46 52
Octal 257 361 351 33 0 3 5 255 106 122
Binary 10101111 11110001 11101001 11011 0 11 101 10101101 1000110 1010010

Color Harmonies of #AFF1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1E9

Black with #AFF1E9

Text Example


Text Example

White with #AFF1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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