Html Css Color HEX #AFF0EE Pale Turquoise

📋 copy color: '#AFF0EE'

red 175 ◦ green 240 ◦ blue 238

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

Shades of Pale Turquoise #AFF0EE

Tints of Pale Turquoise #AFF0EE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.75%

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

R = 26.8%
G = 36.75%
B = 36.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#AFF0EE (or 0xAFF0EE) is known color: Pale Turquoise. HEX triplet: AF, F0 and EE. RGB value is (175,240,238). Sum of RGB (Red+Green+Blue) = 175+240+238=653 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.80% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0EE is #500F11. Grayscale: #DCDCDC. Windows color (decimal): -5246738 or 15659183. OLE color: 15659183.

HSL color Cylindrical-coordinate representation of color #AFF0EE: hue angle of 178.15º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0EE is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 238 -
CMYK 0.27 0 0.01 0.06
HSL 178.15º 0.68% 0.81% -
HSV(B) 178.15º 0.27% 0.94% -
XYZ 64.27 77.61 92.48 -
YUV 220.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 175 240 238 0.27 0 0.01 0.06 178.15 0.68 0.81
Hex AF F0 EE 1B 0 1 6 B2 44 51
Octal 257 360 356 33 0 1 6 262 104 121
Binary 10101111 11110000 11101110 11011 0 1 110 10110010 1000100 1010001

Color Harmonies of #AFF0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0EE

Black with #AFF0EE

Text Example


Text Example

White with #AFF0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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