Html Css Color HEX #AFF2E8 Pale Turquoise

📋 copy color: '#AFF2E8'

red 175 ◦ green 242 ◦ blue 232

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

Shades of Pale Turquoise #AFF2E8

Tints of Pale Turquoise #AFF2E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.75%

R = 26.96%
G = 37.29%
B = 35.75%

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

#AFF2E8 (or 0xAFF2E8) is known color: Pale Turquoise. HEX triplet: AF, F2 and E8. RGB value is (175,242,232). Sum of RGB (Red+Green+Blue) = 175+242+232=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2E8 is #500D17. Grayscale: #DCDCDC. Windows color (decimal): -5246232 or 15266479. OLE color: 15266479.

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

Color convert

RGB 175 242 232 -
CMYK 0.28 0 0.04 0.05
HSL 171.04º 0.72% 0.82% -
HSV(B) 171.04º 0.28% 0.95% -
XYZ 64 78.44 88.11 -
YUV 220.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 175 242 232 0.28 0 0.04 0.05 171.04 0.72 0.82
Hex AF F2 E8 1C 0 4 5 AB 48 52
Octal 257 362 350 34 0 4 5 253 110 122
Binary 10101111 11110010 11101000 11100 0 100 101 10101011 1001000 1010010

Color Harmonies of #AFF2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2E8

Black with #AFF2E8

Text Example


Text Example

White with #AFF2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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