Html Css Color HEX #AFE9F1 Pale Turquoise

📋 copy color: '#AFE9F1'

red 175 ◦ green 233 ◦ blue 241

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

Shades of Pale Turquoise #AFE9F1

Tints of Pale Turquoise #AFE9F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.13%

R = 26.96%
G = 35.9%
B = 37.13%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFE9F1 (or 0xAFE9F1) is known color: Pale Turquoise. HEX triplet: AF, E9 and F1. RGB value is (175,233,241). Sum of RGB (Red+Green+Blue) = 175+233+241=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFE9F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE9F1 is #50160E. Grayscale: #D8D8D8. Windows color (decimal): -5248527 or 15853999. OLE color: 15853999.

HSL color Cylindrical-coordinate representation of color #AFE9F1: hue angle of 187.27º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFE9F1 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 233 241 -
CMYK 0.27 0.03 0 0.05
HSL 187.27º 0.7% 0.82% -
HSV(B) 187.27º 0.27% 0.95% -
XYZ 62.7 73.74 94.15 -
YUV 216.57 141.78 98.35 -
System Red Green Blue C M Y K H S L
Decimal 175 233 241 0.27 0.03 0 0.05 187.27 0.7 0.82
Hex AF E9 F1 1B 3 0 5 BB 46 52
Octal 257 351 361 33 3 0 5 273 106 122
Binary 10101111 11101001 11110001 11011 11 0 101 10111011 1000110 1010010

Color Harmonies of #AFE9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9F1

Black with #AFE9F1

Text Example


Text Example

White with #AFE9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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