Html Css Color HEX #AFF2E9 Pale Turquoise

📋 copy color: '#AFF2E9'

red 175 ◦ green 242 ◦ blue 233

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

Shades of Pale Turquoise #AFF2E9

Tints of Pale Turquoise #AFF2E9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.23%

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

R = 26.92%
G = 37.23%
B = 35.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#AFF2E9 (or 0xAFF2E9) is known color: Pale Turquoise. HEX triplet: AF, F2 and E9. RGB value is (175,242,233). Sum of RGB (Red+Green+Blue) = 175+242+233=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2E9 is #500D16. Grayscale: #DCDCDC. Windows color (decimal): -5246231 or 15332015. OLE color: 15332015.

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

Color convert

RGB 175 242 233 -
CMYK 0.28 0 0.04 0.05
HSL 171.94º 0.72% 0.82% -
HSV(B) 171.94º 0.28% 0.95% -
XYZ 64.14 78.5 88.86 -
YUV 220.94 134.8 95.23 -
System Red Green Blue C M Y K H S L
Decimal 175 242 233 0.28 0 0.04 0.05 171.94 0.72 0.82
Hex AF F2 E9 1C 0 4 5 AC 48 52
Octal 257 362 351 34 0 4 5 254 110 122
Binary 10101111 11110010 11101001 11100 0 100 101 10101100 1001000 1010010

Color Harmonies of #AFF2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2E9

Black with #AFF2E9

Text Example


Text Example

White with #AFF2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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