Html Css Color HEX #A5EFED Pale Turquoise

📋 copy color: '#A5EFED'

red 165 ◦ green 239 ◦ blue 237

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

Shades of Pale Turquoise #A5EFED

Tints of Pale Turquoise #A5EFED

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.29%

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

R = 25.74%
G = 37.29%
B = 36.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#A5EFED (or 0xA5EFED) is known color: Pale Turquoise. HEX triplet: A5, EF and ED. RGB value is (165,239,237). Sum of RGB (Red+Green+Blue) = 165+239+237=641 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.74% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EFED is #5A1012. Grayscale: #D8D8D8. Windows color (decimal): -5902355 or 15593381. OLE color: 15593381.

HSL color Cylindrical-coordinate representation of color #A5EFED: hue angle of 178.38º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EFED is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 239 237 -
CMYK 0.31 0 0.01 0.06
HSL 178.38º 0.7% 0.79% -
HSV(B) 178.38º 0.31% 0.94% -
XYZ 61.67 75.85 91.51 -
YUV 216.65 139.48 91.16 -
System Red Green Blue C M Y K H S L
Decimal 165 239 237 0.31 0 0.01 0.06 178.38 0.7 0.79
Hex A5 EF ED 1F 0 1 6 B2 46 4F
Octal 245 357 355 37 0 1 6 262 106 117
Binary 10100101 11101111 11101101 11111 0 1 110 10110010 1000110 1001111

Color Harmonies of #A5EFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EFED

Black with #A5EFED

Text Example


Text Example

White with #A5EFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EFED; }

 p { color: rgb(165,239,237); }

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

background-color css

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

 a { background-color: rgb(165,239,237); }

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

border-color css

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

 span { border-color: rgb(165,239,237); }

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