Html Css Color HEX #A5FEFA Pale Turquoise

📋 copy color: '#A5FEFA'

red 165 ◦ green 254 ◦ blue 250

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

Shades of Pale Turquoise #A5FEFA

Tints of Pale Turquoise #A5FEFA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.97%

 BLUE value IS 250 (98.05% from 255) = 37.37%

R = 24.66%
G = 37.97%
B = 37.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#A5FEFA (or 0xA5FEFA) is known color: Pale Turquoise. HEX triplet: A5, FE and FA. RGB value is (165,254,250). Sum of RGB (Red+Green+Blue) = 165+254+250=669 (88% of max value = 765). Red value is 165 (64.84% from 255 or 24.66% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FEFA is #5A0105. Grayscale: #E2E2E2. Windows color (decimal): -5898502 or 16449189. OLE color: 16449189.

HSL color Cylindrical-coordinate representation of color #A5FEFA: hue angle of 177.3º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FEFA is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 165 254 250 -
CMYK 0.35 0 0.02 0.00
HSL 177.3º 0.98% 0.82% -
HSV(B) 177.3º 0.35% 1% -
XYZ 68.21 85.79 103.41 -
YUV 226.93 141.01 83.83 -
System Red Green Blue C M Y K H S L
Decimal 165 254 250 0.35 0 0.02 0.00 177.3 0.98 0.82
Hex A5 FE FA 23 0 2 0 B1 62 52
Octal 245 376 372 43 0 2 0 261 142 122
Binary 10100101 11111110 11111010 100011 0 10 0 10110001 1100010 1010010

Color Harmonies of #A5FEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FEFA

Black with #A5FEFA

Text Example


Text Example

White with #A5FEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FEFA; }

 p { color: rgb(165,254,250); }

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

background-color css

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

 a { background-color: rgb(165,254,250); }

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

border-color css

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

 span { border-color: rgb(165,254,250); }

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