Html Css Color HEX #AFF1ED Pale Turquoise

📋 copy color: '#AFF1ED'

red 175 ◦ green 241 ◦ blue 237

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

Shades of Pale Turquoise #AFF1ED

Tints of Pale Turquoise #AFF1ED

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.91%

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

R = 26.8%
G = 36.91%
B = 36.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#AFF1ED (or 0xAFF1ED) is known color: Pale Turquoise. HEX triplet: AF, F1 and ED. RGB value is (175,241,237). Sum of RGB (Red+Green+Blue) = 175+241+237=653 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.80% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1ED is #500E12. Grayscale: #DCDCDC. Windows color (decimal): -5246483 or 15593903. OLE color: 15593903.

HSL color Cylindrical-coordinate representation of color #AFF1ED: hue angle of 176.36º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1ED is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 237 -
CMYK 0.27 0 0.02 0.05
HSL 176.36º 0.7% 0.82% -
HSV(B) 176.36º 0.27% 0.95% -
XYZ 64.42 78.14 91.81 -
YUV 220.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 175 241 237 0.27 0 0.02 0.05 176.36 0.7 0.82
Hex AF F1 ED 1B 0 2 5 B0 46 52
Octal 257 361 355 33 0 2 5 260 106 122
Binary 10101111 11110001 11101101 11011 0 10 101 10110000 1000110 1010010

Color Harmonies of #AFF1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1ED

Black with #AFF1ED

Text Example


Text Example

White with #AFF1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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