Html Css Color HEX #AFF0ED Pale Turquoise

📋 copy color: '#AFF0ED'

red 175 ◦ green 240 ◦ blue 237

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

Shades of Pale Turquoise #AFF0ED

Tints of Pale Turquoise #AFF0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.35%

R = 26.84%
G = 36.81%
B = 36.35%

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

#AFF0ED (or 0xAFF0ED) is known color: Pale Turquoise. HEX triplet: AF, F0 and ED. RGB value is (175,240,237). Sum of RGB (Red+Green+Blue) = 175+240+237=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0ED is #500F12. Grayscale: #DCDCDC. Windows color (decimal): -5246739 or 15593647. OLE color: 15593647.

HSL color Cylindrical-coordinate representation of color #AFF0ED: hue angle of 177.23º 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 #AFF0ED is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 237 -
CMYK 0.27 0 0.01 0.06
HSL 177.23º 0.68% 0.81% -
HSV(B) 177.23º 0.27% 0.94% -
XYZ 64.13 77.55 91.71 -
YUV 220.22 137.47 95.74 -
System Red Green Blue C M Y K H S L
Decimal 175 240 237 0.27 0 0.01 0.06 177.23 0.68 0.81
Hex AF F0 ED 1B 0 1 6 B1 44 51
Octal 257 360 355 33 0 1 6 261 104 121
Binary 10101111 11110000 11101101 11011 0 1 110 10110001 1000100 1010001

Color Harmonies of #AFF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0ED

Black with #AFF0ED

Text Example


Text Example

White with #AFF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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