Html Css Color HEX #AFE6E5 Pale Turquoise

📋 copy color: '#AFE6E5'

red 175 ◦ green 230 ◦ blue 229

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

Shades of Pale Turquoise #AFE6E5

Tints of Pale Turquoise #AFE6E5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.28%

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

R = 27.6%
G = 36.28%
B = 36.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#AFE6E5 (or 0xAFE6E5) is known color: Pale Turquoise. HEX triplet: AF, E6 and E5. RGB value is (175,230,229). Sum of RGB (Red+Green+Blue) = 175+230+229=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6E5 is #50191A. Grayscale: #D5D5D5. Windows color (decimal): -5249307 or 15066799. OLE color: 15066799.

HSL color Cylindrical-coordinate representation of color #AFE6E5: hue angle of 178.91º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE6E5 is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 229 -
CMYK 0.24 0 0.00 0.10
HSL 178.91º 0.52% 0.79% -
HSV(B) 178.91º 0.24% 0.9% -
XYZ 60.12 71.36 84.73 -
YUV 213.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 175 230 229 0.24 0 0.00 0.10 178.91 0.52 0.79
Hex AF E6 E5 18 0 0 A B3 34 4F
Octal 257 346 345 30 0 0 12 263 64 117
Binary 10101111 11100110 11100101 11000 0 0 1010 10110011 110100 1001111

Color Harmonies of #AFE6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE6E5

Black with #AFE6E5

Text Example


Text Example

White with #AFE6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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