Html Css Color HEX #AFE9E7 Pale Turquoise

📋 copy color: '#AFE9E7'

red 175 ◦ green 233 ◦ blue 231

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

Shades of Pale Turquoise #AFE9E7

Tints of Pale Turquoise #AFE9E7

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.46%

 BLUE value IS 231 (90.63% from 255) = 36.15%

R = 27.39%
G = 36.46%
B = 36.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#AFE9E7 (or 0xAFE9E7) is known color: Pale Turquoise. HEX triplet: AF, E9 and E7. RGB value is (175,233,231). Sum of RGB (Red+Green+Blue) = 175+233+231=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE9E7 is #501618. Grayscale: #D7D7D7. Windows color (decimal): -5248537 or 15198639. OLE color: 15198639.

HSL color Cylindrical-coordinate representation of color #AFE9E7: hue angle of 177.93º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9E7 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 231 -
CMYK 0.25 0 0.01 0.09
HSL 177.93º 0.57% 0.8% -
HSV(B) 177.93º 0.25% 0.91% -
XYZ 61.24 73.16 86.5 -
YUV 215.43 136.78 99.16 -
System Red Green Blue C M Y K H S L
Decimal 175 233 231 0.25 0 0.01 0.09 177.93 0.57 0.8
Hex AF E9 E7 19 0 1 9 B2 39 50
Octal 257 351 347 31 0 1 11 262 71 120
Binary 10101111 11101001 11100111 11001 0 1 1001 10110010 111001 1010000

Color Harmonies of #AFE9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9E7

Black with #AFE9E7

Text Example


Text Example

White with #AFE9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9E7; }

 p { color: rgb(175,233,231); }

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

background-color css

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

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

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

border-color css

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

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

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