Html Css Color HEX #AFF5EA Pale Turquoise

📋 copy color: '#AFF5EA'

red 175 ◦ green 245 ◦ blue 234

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

Shades of Pale Turquoise #AFF5EA

Tints of Pale Turquoise #AFF5EA

RGB

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

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

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

R = 26.76%
G = 37.46%
B = 35.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#AFF5EA (or 0xAFF5EA) is known color: Pale Turquoise. HEX triplet: AF, F5 and EA. RGB value is (175,245,234). Sum of RGB (Red+Green+Blue) = 175+245+234=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF5EA is #500A15. Grayscale: #DEDEDE. Windows color (decimal): -5245462 or 15398319. OLE color: 15398319.

HSL color Cylindrical-coordinate representation of color #AFF5EA: hue angle of 170.57º 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 #AFF5EA is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 234 -
CMYK 0.29 0 0.04 0.04
HSL 170.57º 0.78% 0.82% -
HSV(B) 170.57º 0.29% 0.96% -
XYZ 65.18 80.36 89.92 -
YUV 222.82 134.31 93.89 -
System Red Green Blue C M Y K H S L
Decimal 175 245 234 0.29 0 0.04 0.04 170.57 0.78 0.82
Hex AF F5 EA 1D 0 4 4 AB 4E 52
Octal 257 365 352 35 0 4 4 253 116 122
Binary 10101111 11110101 11101010 11101 0 100 100 10101011 1001110 1010010

Color Harmonies of #AFF5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF5EA

Black with #AFF5EA

Text Example


Text Example

White with #AFF5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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