Html Css Color HEX #AFF1EA Pale Turquoise

📋 copy color: '#AFF1EA'

red 175 ◦ green 241 ◦ blue 234

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

Shades of Pale Turquoise #AFF1EA

Tints of Pale Turquoise #AFF1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36%

R = 26.92%
G = 37.08%
B = 36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#AFF1EA (or 0xAFF1EA) is known color: Pale Turquoise. HEX triplet: AF, F1 and EA. RGB value is (175,241,234). Sum of RGB (Red+Green+Blue) = 175+241+234=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF1EA is #500E15. Grayscale: #DCDCDC. Windows color (decimal): -5246486 or 15397295. OLE color: 15397295.

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

Color convert

RGB 175 241 234 -
CMYK 0.27 0 0.03 0.05
HSL 173.64º 0.7% 0.82% -
HSV(B) 173.64º 0.27% 0.95% -
XYZ 63.99 77.97 89.52 -
YUV 220.47 135.63 95.57 -
System Red Green Blue C M Y K H S L
Decimal 175 241 234 0.27 0 0.03 0.05 173.64 0.7 0.82
Hex AF F1 EA 1B 0 3 5 AE 46 52
Octal 257 361 352 33 0 3 5 256 106 122
Binary 10101111 11110001 11101010 11011 0 11 101 10101110 1000110 1010010

Color Harmonies of #AFF1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1EA

Black with #AFF1EA

Text Example


Text Example

White with #AFF1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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