Html Css Color HEX #AFECEC Pale Turquoise

📋 copy color: '#AFECEC'

red 175 ◦ green 236 ◦ blue 236

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

Shades of Pale Turquoise #AFECEC

Tints of Pale Turquoise #AFECEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.48%

R = 27.05%
G = 36.48%
B = 36.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFECEC (or 0xAFECEC) is known color: Pale Turquoise. HEX triplet: AF, EC and EC. RGB value is (175,236,236). Sum of RGB (Red+Green+Blue) = 175+236+236=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #AFECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECEC is #501313. Grayscale: #D9D9D9. Windows color (decimal): -5247764 or 15527087. OLE color: 15527087.

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

Color convert

RGB 175 236 236 -
CMYK 0.26 0 0 0.07
HSL 180º 0.62% 0.81% -
HSV(B) 180º 0.26% 0.93% -
XYZ 62.81 75.16 90.55 -
YUV 217.76 138.29 97.5 -
System Red Green Blue C M Y K H S L
Decimal 175 236 236 0.26 0 0 0.07 180 0.62 0.81
Hex AF EC EC 1A 0 0 7 B4 3E 51
Octal 257 354 354 32 0 0 7 264 76 121
Binary 10101111 11101100 11101100 11010 0 0 111 10110100 111110 1010001

Color Harmonies of #AFECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECEC

Black with #AFECEC

Text Example


Text Example

White with #AFECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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