Html Css Color HEX #AFF8EE Pale Turquoise

📋 copy color: '#AFF8EE'

red 175 ◦ green 248 ◦ blue 238

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

Shades of Pale Turquoise #AFF8EE

Tints of Pale Turquoise #AFF8EE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.52%

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

R = 26.48%
G = 37.52%
B = 36.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#AFF8EE (or 0xAFF8EE) is known color: Pale Turquoise. HEX triplet: AF, F8 and EE. RGB value is (175,248,238). Sum of RGB (Red+Green+Blue) = 175+248+238=661 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.48% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF8EE is #500711. Grayscale: #E1E1E1. Windows color (decimal): -5244690 or 15661231. OLE color: 15661231.

HSL color Cylindrical-coordinate representation of color #AFF8EE: hue angle of 171.78º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8EE is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 238 -
CMYK 0.29 0 0.04 0.03
HSL 171.78º 0.84% 0.83% -
HSV(B) 171.78º 0.29% 0.97% -
XYZ 66.68 82.42 93.28 -
YUV 225.03 135.32 92.31 -
System Red Green Blue C M Y K H S L
Decimal 175 248 238 0.29 0 0.04 0.03 171.78 0.84 0.83
Hex AF F8 EE 1D 0 4 3 AC 54 53
Octal 257 370 356 35 0 4 3 254 124 123
Binary 10101111 11111000 11101110 11101 0 100 11 10101100 1010100 1010011

Color Harmonies of #AFF8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8EE

Black with #AFF8EE

Text Example


Text Example

White with #AFF8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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