Html Css Color HEX #AFEAE8 Pale Turquoise

📋 copy color: '#AFEAE8'

red 175 ◦ green 234 ◦ blue 232

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

Shades of Pale Turquoise #AFEAE8

Tints of Pale Turquoise #AFEAE8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.51%

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

R = 27.3%
G = 36.51%
B = 36.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#AFEAE8 (or 0xAFEAE8) is known color: Pale Turquoise. HEX triplet: AF, EA and E8. RGB value is (175,234,232). Sum of RGB (Red+Green+Blue) = 175+234+232=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEAE8 is #501517. Grayscale: #D8D8D8. Windows color (decimal): -5248280 or 15264431. OLE color: 15264431.

HSL color Cylindrical-coordinate representation of color #AFEAE8: hue angle of 177.97º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEAE8 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 232 -
CMYK 0.25 0 0.01 0.08
HSL 177.97º 0.58% 0.8% -
HSV(B) 177.97º 0.25% 0.92% -
XYZ 61.67 73.79 87.34 -
YUV 216.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 175 234 232 0.25 0 0.01 0.08 177.97 0.58 0.8
Hex AF EA E8 19 0 1 8 B2 3A 50
Octal 257 352 350 31 0 1 10 262 72 120
Binary 10101111 11101010 11101000 11001 0 1 1000 10110010 111010 1010000

Color Harmonies of #AFEAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAE8

Black with #AFEAE8

Text Example


Text Example

White with #AFEAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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