Html Css Color HEX #A5F4F3 Pale Turquoise

📋 copy color: '#A5F4F3'

red 165 ◦ green 244 ◦ blue 243

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

Shades of Pale Turquoise #A5F4F3

Tints of Pale Turquoise #A5F4F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.27%

R = 25.31%
G = 37.42%
B = 37.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#A5F4F3 (or 0xA5F4F3) is known color: Pale Turquoise. HEX triplet: A5, F4 and F3. RGB value is (165,244,243). Sum of RGB (Red+Green+Blue) = 165+244+243=652 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.31% from 652); Green value is 244 (95.70% from 255 or 37.42% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F4F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F4F3 is #5A0B0C. Grayscale: #DCDCDC. Windows color (decimal): -5901069 or 15987877. OLE color: 15987877.

HSL color Cylindrical-coordinate representation of color #A5F4F3: hue angle of 179.24º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F4F3 is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 244 243 -
CMYK 0.32 0 0.00 0.04
HSL 179.24º 0.78% 0.8% -
HSV(B) 179.24º 0.32% 0.96% -
XYZ 64.05 79.17 96.7 -
YUV 220.27 140.83 88.58 -
System Red Green Blue C M Y K H S L
Decimal 165 244 243 0.32 0 0.00 0.04 179.24 0.78 0.8
Hex A5 F4 F3 20 0 0 4 B3 4E 50
Octal 245 364 363 40 0 0 4 263 116 120
Binary 10100101 11110100 11110011 100000 0 0 100 10110011 1001110 1010000

Color Harmonies of #A5F4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F4F3

Black with #A5F4F3

Text Example


Text Example

White with #A5F4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F4F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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