Html Css Color HEX #AFE8EB Pale Turquoise

📋 copy color: '#AFE8EB'

red 175 ◦ green 232 ◦ blue 235

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

Shades of Pale Turquoise #AFE8EB

Tints of Pale Turquoise #AFE8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.6%

R = 27.26%
G = 36.14%
B = 36.6%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFE8EB (or 0xAFE8EB) is known color: Pale Turquoise. HEX triplet: AF, E8 and EB. RGB value is (175,232,235). Sum of RGB (Red+Green+Blue) = 175+232+235=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFE8EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8EB is #501714. Grayscale: #D7D7D7. Windows color (decimal): -5248789 or 15460527. OLE color: 15460527.

HSL color Cylindrical-coordinate representation of color #AFE8EB: hue angle of 183º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFE8EB is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 232 235 -
CMYK 0.26 0.01 0 0.08
HSL 183º 0.6% 0.8% -
HSV(B) 183º 0.26% 0.92% -
XYZ 61.53 72.83 89.41 -
YUV 215.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 175 232 235 0.26 0.01 0 0.08 183 0.6 0.8
Hex AF E8 EB 1A 1 0 8 B7 3C 50
Octal 257 350 353 32 1 0 10 267 74 120
Binary 10101111 11101000 11101011 11010 1 0 1000 10110111 111100 1010000

Color Harmonies of #AFE8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE8EB

Black with #AFE8EB

Text Example


Text Example

White with #AFE8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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