Html Css Color HEX #A5F1E6 Pale Turquoise

📋 copy color: '#A5F1E6'

red 165 ◦ green 241 ◦ blue 230

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

Shades of Pale Turquoise #A5F1E6

Tints of Pale Turquoise #A5F1E6

RGB

 RED value IS 165 (64.84% from 255) = 25.94%

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

 BLUE value IS 230 (90.23% from 255) = 36.16%

R = 25.94%
G = 37.89%
B = 36.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#A5F1E6 (or 0xA5F1E6) is known color: Pale Turquoise. HEX triplet: A5, F1 and E6. RGB value is (165,241,230). Sum of RGB (Red+Green+Blue) = 165+241+230=636 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.94% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F1E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F1E6 is #5A0E19. Grayscale: #D8D8D8. Windows color (decimal): -5901850 or 15135141. OLE color: 15135141.

HSL color Cylindrical-coordinate representation of color #A5F1E6: hue angle of 171.32º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F1E6 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 241 230 -
CMYK 0.32 0 0.05 0.05
HSL 171.32º 0.73% 0.8% -
HSV(B) 171.32º 0.32% 0.95% -
XYZ 61.26 76.62 86.42 -
YUV 217.02 135.32 90.89 -
System Red Green Blue C M Y K H S L
Decimal 165 241 230 0.32 0 0.05 0.05 171.32 0.73 0.8
Hex A5 F1 E6 20 0 5 5 AB 49 50
Octal 245 361 346 40 0 5 5 253 111 120
Binary 10100101 11110001 11100110 100000 0 101 101 10101011 1001001 1010000

Color Harmonies of #A5F1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F1E6

Black with #A5F1E6

Text Example


Text Example

White with #A5F1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F1E6; }

 p { color: rgb(165,241,230); }

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

background-color css

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

 a { background-color: rgb(165,241,230); }

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

border-color css

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

 span { border-color: rgb(165,241,230); }

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