Html Css Color HEX #AFF0E8 Pale Turquoise

📋 copy color: '#AFF0E8'

red 175 ◦ green 240 ◦ blue 232

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

Shades of Pale Turquoise #AFF0E8

Tints of Pale Turquoise #AFF0E8

RGB

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

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

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

R = 27.05%
G = 37.09%
B = 35.86%

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

#AFF0E8 (or 0xAFF0E8) is known color: Pale Turquoise. HEX triplet: AF, F0 and E8. RGB value is (175,240,232). Sum of RGB (Red+Green+Blue) = 175+240+232=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0E8 is #500F17. Grayscale: #DBDBDB. Windows color (decimal): -5246744 or 15265967. OLE color: 15265967.

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

Color convert

RGB 175 240 232 -
CMYK 0.27 0 0.03 0.06
HSL 172.62º 0.68% 0.81% -
HSV(B) 172.62º 0.27% 0.94% -
XYZ 63.4 77.26 87.91 -
YUV 219.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 175 240 232 0.27 0 0.03 0.06 172.62 0.68 0.81
Hex AF F0 E8 1B 0 3 6 AD 44 51
Octal 257 360 350 33 0 3 6 255 104 121
Binary 10101111 11110000 11101000 11011 0 11 110 10101101 1000100 1010001

Color Harmonies of #AFF0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0E8

Black with #AFF0E8

Text Example


Text Example

White with #AFF0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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