Html Css Color HEX #A5F4FE Pale Turquoise

📋 copy color: '#A5F4FE'

red 165 ◦ green 244 ◦ blue 254

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

Shades of Pale Turquoise #A5F4FE

Tints of Pale Turquoise #A5F4FE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.8%

 BLUE value IS 254 (99.61% from 255) = 38.31%

R = 24.89%
G = 36.8%
B = 38.31%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A5F4FE (or 0xA5F4FE) is known color: Pale Turquoise. HEX triplet: A5, F4 and FE. RGB value is (165,244,254). Sum of RGB (Red+Green+Blue) = 165+244+254=663 (87% of max value = 765). Red value is 165 (64.84% from 255 or 24.89% from 663); Green value is 244 (95.70% from 255 or 36.80% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5F4FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F4FE is #5A0B01. Grayscale: #DDDDDD. Windows color (decimal): -5901058 or 16708773. OLE color: 16708773.

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

Color convert

RGB 165 244 254 -
CMYK 0.35 0.04 0 0.00
HSL 186.74º 0.98% 0.82% -
HSV(B) 186.74º 0.35% 1% -
XYZ 65.76 79.86 105.71 -
YUV 221.52 146.33 87.69 -
System Red Green Blue C M Y K H S L
Decimal 165 244 254 0.35 0.04 0 0.00 186.74 0.98 0.82
Hex A5 F4 FE 23 4 0 0 BB 62 52
Octal 245 364 376 43 4 0 0 273 142 122
Binary 10100101 11110100 11111110 100011 100 0 0 10111011 1100010 1010010

Color Harmonies of #A5F4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F4FE

Black with #A5F4FE

Text Example


Text Example

White with #A5F4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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