Html Css Color HEX #AFF1E7 Pale Turquoise

📋 copy color: '#AFF1E7'

red 175 ◦ green 241 ◦ blue 231

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

Shades of Pale Turquoise #AFF1E7

Tints of Pale Turquoise #AFF1E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.7%

R = 27.05%
G = 37.25%
B = 35.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#AFF1E7 (or 0xAFF1E7) is known color: Pale Turquoise. HEX triplet: AF, F1 and E7. RGB value is (175,241,231). Sum of RGB (Red+Green+Blue) = 175+241+231=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1E7 is #500E18. Grayscale: #DCDCDC. Windows color (decimal): -5246489 or 15200687. OLE color: 15200687.

HSL color Cylindrical-coordinate representation of color #AFF1E7: hue angle of 170.91º 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 #AFF1E7 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 231 -
CMYK 0.27 0 0.04 0.05
HSL 170.91º 0.7% 0.82% -
HSV(B) 170.91º 0.27% 0.95% -
XYZ 63.56 77.79 87.27 -
YUV 220.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 175 241 231 0.27 0 0.04 0.05 170.91 0.7 0.82
Hex AF F1 E7 1B 0 4 5 AB 46 52
Octal 257 361 347 33 0 4 5 253 106 122
Binary 10101111 11110001 11100111 11011 0 100 101 10101011 1000110 1010010

Color Harmonies of #AFF1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1E7

Black with #AFF1E7

Text Example


Text Example

White with #AFF1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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