Html Css Color HEX #AFEAE5 Pale Turquoise

📋 copy color: '#AFEAE5'

red 175 ◦ green 234 ◦ blue 229

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

Shades of Pale Turquoise #AFEAE5

Tints of Pale Turquoise #AFEAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.89%

R = 27.43%
G = 36.68%
B = 35.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#AFEAE5 (or 0xAFEAE5) is known color: Pale Turquoise. HEX triplet: AF, EA and E5. RGB value is (175,234,229). Sum of RGB (Red+Green+Blue) = 175+234+229=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEAE5 is #50151A. Grayscale: #D7D7D7. Windows color (decimal): -5248283 or 15067823. OLE color: 15067823.

HSL color Cylindrical-coordinate representation of color #AFEAE5: hue angle of 174.92º 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 #AFEAE5 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 229 -
CMYK 0.25 0 0.02 0.08
HSL 174.92º 0.58% 0.8% -
HSV(B) 174.92º 0.25% 0.92% -
XYZ 61.24 73.62 85.11 -
YUV 215.79 135.45 98.91 -
System Red Green Blue C M Y K H S L
Decimal 175 234 229 0.25 0 0.02 0.08 174.92 0.58 0.8
Hex AF EA E5 19 0 2 8 AF 3A 50
Octal 257 352 345 31 0 2 10 257 72 120
Binary 10101111 11101010 11100101 11001 0 10 1000 10101111 111010 1010000

Color Harmonies of #AFEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAE5

Black with #AFEAE5

Text Example


Text Example

White with #AFEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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