Html Css Color HEX #AFE9E9 Pale Turquoise

📋 copy color: '#AFE9E9'

red 175 ◦ green 233 ◦ blue 233

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

Shades of Pale Turquoise #AFE9E9

Tints of Pale Turquoise #AFE9E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.35%

R = 27.3%
G = 36.35%
B = 36.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AFE9E9 (or 0xAFE9E9) is known color: Pale Turquoise. HEX triplet: AF, E9 and E9. RGB value is (175,233,233). Sum of RGB (Red+Green+Blue) = 175+233+233=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 233 (91.41% from 255 or 36.35% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 233 - color contains mainly: green, blue. Hex color #AFE9E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE9E9 is #501616. Grayscale: #D7D7D7. Windows color (decimal): -5248535 or 15329711. OLE color: 15329711.

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

Color convert

RGB 175 233 233 -
CMYK 0.25 0 0 0.09
HSL 180º 0.57% 0.8% -
HSV(B) 180º 0.25% 0.91% -
XYZ 61.53 73.27 87.99 -
YUV 215.66 137.78 99 -
System Red Green Blue C M Y K H S L
Decimal 175 233 233 0.25 0 0 0.09 180 0.57 0.8
Hex AF E9 E9 19 0 0 9 B4 39 50
Octal 257 351 351 31 0 0 11 264 71 120
Binary 10101111 11101001 11101001 11001 0 0 1001 10110100 111001 1010000

Color Harmonies of #AFE9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9E9

Black with #AFE9E9

Text Example


Text Example

White with #AFE9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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