Html Css Color HEX #AFECE8 Pale Turquoise

📋 copy color: '#AFECE8'

red 175 ◦ green 236 ◦ blue 232

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

Shades of Pale Turquoise #AFECE8

Tints of Pale Turquoise #AFECE8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.7%

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

R = 27.22%
G = 36.7%
B = 36.08%

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

#AFECE8 (or 0xAFECE8) is known color: Pale Turquoise. HEX triplet: AF, EC and E8. RGB value is (175,236,232). Sum of RGB (Red+Green+Blue) = 175+236+232=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECE8 is #501317. Grayscale: #D9D9D9. Windows color (decimal): -5247768 or 15264943. OLE color: 15264943.

HSL color Cylindrical-coordinate representation of color #AFECE8: hue angle of 176.07º degrees, saturation: 0.62, 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 #AFECE8 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 232 -
CMYK 0.26 0 0.02 0.07
HSL 176.07º 0.62% 0.81% -
HSV(B) 176.07º 0.26% 0.93% -
XYZ 62.24 74.93 87.53 -
YUV 217.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 175 236 232 0.26 0 0.02 0.07 176.07 0.62 0.81
Hex AF EC E8 1A 0 2 7 B0 3E 51
Octal 257 354 350 32 0 2 7 260 76 121
Binary 10101111 11101100 11101000 11010 0 10 111 10110000 111110 1010001

Color Harmonies of #AFECE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECE8

Black with #AFECE8

Text Example


Text Example

White with #AFECE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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