Html Css Color HEX #AFF5EE Pale Turquoise

📋 copy color: '#AFF5EE'

red 175 ◦ green 245 ◦ blue 238

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

Shades of Pale Turquoise #AFF5EE

Tints of Pale Turquoise #AFF5EE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.23%

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

R = 26.6%
G = 37.23%
B = 36.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#AFF5EE (or 0xAFF5EE) is known color: Pale Turquoise. HEX triplet: AF, F5 and EE. RGB value is (175,245,238). Sum of RGB (Red+Green+Blue) = 175+245+238=658 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.60% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF5EE is #500A11. Grayscale: #DFDFDF. Windows color (decimal): -5245458 or 15660463. OLE color: 15660463.

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

Color convert

RGB 175 245 238 -
CMYK 0.29 0 0.03 0.04
HSL 174º 0.78% 0.82% -
HSV(B) 174º 0.29% 0.96% -
XYZ 65.76 80.59 92.98 -
YUV 223.27 136.31 93.57 -
System Red Green Blue C M Y K H S L
Decimal 175 245 238 0.29 0 0.03 0.04 174 0.78 0.82
Hex AF F5 EE 1D 0 3 4 AE 4E 52
Octal 257 365 356 35 0 3 4 256 116 122
Binary 10101111 11110101 11101110 11101 0 11 100 10101110 1001110 1010010

Color Harmonies of #AFF5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF5EE

Black with #AFF5EE

Text Example


Text Example

White with #AFF5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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