Html Css Color HEX #A5F8F3 Pale Turquoise

📋 copy color: '#A5F8F3'

red 165 ◦ green 248 ◦ blue 243

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

Shades of Pale Turquoise #A5F8F3

Tints of Pale Turquoise #A5F8F3

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.8%

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

R = 25.15%
G = 37.8%
B = 37.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#A5F8F3 (or 0xA5F8F3) is known color: Pale Turquoise. HEX triplet: A5, F8 and F3. RGB value is (165,248,243). Sum of RGB (Red+Green+Blue) = 165+248+243=656 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.15% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F8F3 is #5A070C. Grayscale: #DEDEDE. Windows color (decimal): -5900045 or 15988901. OLE color: 15988901.

HSL color Cylindrical-coordinate representation of color #A5F8F3: hue angle of 176.39º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F8F3 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 248 243 -
CMYK 0.33 0 0.02 0.03
HSL 176.39º 0.86% 0.81% -
HSV(B) 176.39º 0.33% 0.97% -
XYZ 65.26 81.61 97.11 -
YUV 222.61 139.5 86.91 -
System Red Green Blue C M Y K H S L
Decimal 165 248 243 0.33 0 0.02 0.03 176.39 0.86 0.81
Hex A5 F8 F3 21 0 2 3 B0 56 51
Octal 245 370 363 41 0 2 3 260 126 121
Binary 10100101 11111000 11110011 100001 0 10 11 10110000 1010110 1010001

Color Harmonies of #A5F8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F8F3

Black with #A5F8F3

Text Example


Text Example

White with #A5F8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F8F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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