Html Css Color HEX #AFE8F1 Pale Turquoise

📋 copy color: '#AFE8F1'

red 175 ◦ green 232 ◦ blue 241

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

Shades of Pale Turquoise #AFE8F1

Tints of Pale Turquoise #AFE8F1

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.8%

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

R = 27.01%
G = 35.8%
B = 37.19%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFE8F1 (or 0xAFE8F1) is known color: Pale Turquoise. HEX triplet: AF, E8 and F1. RGB value is (175,232,241). Sum of RGB (Red+Green+Blue) = 175+232+241=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 232 (91.02% from 255 or 35.80% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFE8F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8F1 is #50170E. Grayscale: #D7D7D7. Windows color (decimal): -5248783 or 15853743. OLE color: 15853743.

HSL color Cylindrical-coordinate representation of color #AFE8F1: hue angle of 188.18º 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 #AFE8F1 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 232 241 -
CMYK 0.27 0.04 0 0.05
HSL 188.18º 0.7% 0.82% -
HSV(B) 188.18º 0.27% 0.95% -
XYZ 62.41 73.18 94.05 -
YUV 215.98 142.12 98.77 -
System Red Green Blue C M Y K H S L
Decimal 175 232 241 0.27 0.04 0 0.05 188.18 0.7 0.82
Hex AF E8 F1 1B 4 0 5 BC 46 52
Octal 257 350 361 33 4 0 5 274 106 122
Binary 10101111 11101000 11110001 11011 100 0 101 10111100 1000110 1010010

Color Harmonies of #AFE8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE8F1

Black with #AFE8F1

Text Example


Text Example

White with #AFE8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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