Html Css Color HEX #AFEAEC Pale Turquoise

📋 copy color: '#AFEAEC'

red 175 ◦ green 234 ◦ blue 236

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

Shades of Pale Turquoise #AFEAEC

Tints of Pale Turquoise #AFEAEC

RGB

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

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

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

R = 27.13%
G = 36.28%
B = 36.59%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFEAEC (or 0xAFEAEC) is known color: Pale Turquoise. HEX triplet: AF, EA and EC. RGB value is (175,234,236). Sum of RGB (Red+Green+Blue) = 175+234+236=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFEAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEAEC is #501513. Grayscale: #D8D8D8. Windows color (decimal): -5248276 or 15526575. OLE color: 15526575.

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

Color convert

RGB 175 234 236 -
CMYK 0.26 0.01 0 0.07
HSL 181.97º 0.62% 0.81% -
HSV(B) 181.97º 0.26% 0.93% -
XYZ 62.24 74.02 90.36 -
YUV 216.59 138.95 98.34 -
System Red Green Blue C M Y K H S L
Decimal 175 234 236 0.26 0.01 0 0.07 181.97 0.62 0.81
Hex AF EA EC 1A 1 0 7 B6 3E 51
Octal 257 352 354 32 1 0 7 266 76 121
Binary 10101111 11101010 11101100 11010 1 0 111 10110110 111110 1010001

Color Harmonies of #AFEAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAEC

Black with #AFEAEC

Text Example


Text Example

White with #AFEAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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