Html Css Color HEX #AFE9E5 Pale Turquoise

📋 copy color: '#AFE9E5'

red 175 ◦ green 233 ◦ blue 229

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

Shades of Pale Turquoise #AFE9E5

Tints of Pale Turquoise #AFE9E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.95%

R = 27.47%
G = 36.58%
B = 35.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#AFE9E5 (or 0xAFE9E5) is known color: Pale Turquoise. HEX triplet: AF, E9 and E5. RGB value is (175,233,229). Sum of RGB (Red+Green+Blue) = 175+233+229=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9E5 is #50161A. Grayscale: #D7D7D7. Windows color (decimal): -5248539 or 15067567. OLE color: 15067567.

HSL color Cylindrical-coordinate representation of color #AFE9E5: hue angle of 175.86º 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 #AFE9E5 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 229 -
CMYK 0.25 0 0.02 0.09
HSL 175.86º 0.57% 0.8% -
HSV(B) 175.86º 0.25% 0.91% -
XYZ 60.96 73.05 85.02 -
YUV 215.2 135.78 99.33 -
System Red Green Blue C M Y K H S L
Decimal 175 233 229 0.25 0 0.02 0.09 175.86 0.57 0.8
Hex AF E9 E5 19 0 2 9 B0 39 50
Octal 257 351 345 31 0 2 11 260 71 120
Binary 10101111 11101001 11100101 11001 0 10 1001 10110000 111001 1010000

Color Harmonies of #AFE9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9E5

Black with #AFE9E5

Text Example


Text Example

White with #AFE9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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