Html Css Color HEX #AFEDE8 Pale Turquoise

📋 copy color: '#AFEDE8'

red 175 ◦ green 237 ◦ blue 232

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

Shades of Pale Turquoise #AFEDE8

Tints of Pale Turquoise #AFEDE8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.8%

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

R = 27.17%
G = 36.8%
B = 36.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#AFEDE8 (or 0xAFEDE8) is known color: Pale Turquoise. HEX triplet: AF, ED and E8. RGB value is (175,237,232). Sum of RGB (Red+Green+Blue) = 175+237+232=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDE8 is #501217. Grayscale: #D9D9D9. Windows color (decimal): -5247512 or 15265199. OLE color: 15265199.

HSL color Cylindrical-coordinate representation of color #AFEDE8: hue angle of 175.16º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDE8 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 232 -
CMYK 0.26 0 0.02 0.07
HSL 175.16º 0.63% 0.81% -
HSV(B) 175.16º 0.26% 0.93% -
XYZ 62.53 75.51 87.62 -
YUV 217.89 135.96 97.41 -
System Red Green Blue C M Y K H S L
Decimal 175 237 232 0.26 0 0.02 0.07 175.16 0.63 0.81
Hex AF ED E8 1A 0 2 7 AF 3F 51
Octal 257 355 350 32 0 2 7 257 77 121
Binary 10101111 11101101 11101000 11010 0 10 111 10101111 111111 1010001

Color Harmonies of #AFEDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDE8

Black with #AFEDE8

Text Example


Text Example

White with #AFEDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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