Html Css Color HEX #AFE9EE Pale Turquoise

📋 copy color: '#AFE9EE'

red 175 ◦ green 233 ◦ blue 238

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

Shades of Pale Turquoise #AFE9EE

Tints of Pale Turquoise #AFE9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.84%

R = 27.09%
G = 36.07%
B = 36.84%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFE9EE (or 0xAFE9EE) is known color: Pale Turquoise. HEX triplet: AF, E9 and EE. RGB value is (175,233,238). Sum of RGB (Red+Green+Blue) = 175+233+238=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 233 (91.41% from 255 or 36.07% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFE9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE9EE is #501611. Grayscale: #D8D8D8. Windows color (decimal): -5248530 or 15657391. OLE color: 15657391.

HSL color Cylindrical-coordinate representation of color #AFE9EE: hue angle of 184.76º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFE9EE is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 233 238 -
CMYK 0.26 0.02 0 0.07
HSL 184.76º 0.65% 0.81% -
HSV(B) 184.76º 0.26% 0.93% -
XYZ 62.25 73.56 91.81 -
YUV 216.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 175 233 238 0.26 0.02 0 0.07 184.76 0.65 0.81
Hex AF E9 EE 1A 2 0 7 B9 41 51
Octal 257 351 356 32 2 0 7 271 101 121
Binary 10101111 11101001 11101110 11010 10 0 111 10111001 1000001 1010001

Color Harmonies of #AFE9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9EE

Black with #AFE9EE

Text Example


Text Example

White with #AFE9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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