Html Css Color HEX #A0F5FD Pale Turquoise

📋 copy color: '#A0F5FD'

red 160 ◦ green 245 ◦ blue 253

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

Shades of Pale Turquoise #A0F5FD

Tints of Pale Turquoise #A0F5FD

RGB

 RED value IS 160 (62.89% from 255) = 24.32%

 GREEN value IS 245 (96.09% from 255) = 37.23%

 BLUE value IS 253 (99.22% from 255) = 38.45%

R = 24.32%
G = 37.23%
B = 38.45%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A0F5FD (or 0xA0F5FD) is known color: Pale Turquoise. HEX triplet: A0, F5 and FD. RGB value is (160,245,253). Sum of RGB (Red+Green+Blue) = 160+245+253=658 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.32% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0F5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F5FD is #5F0A02. Grayscale: #DCDCDC. Windows color (decimal): -6228483 or 16643488. OLE color: 16643488.

HSL color Cylindrical-coordinate representation of color #A0F5FD: hue angle of 185.16º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0F5FD is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 245 253 -
CMYK 0.37 0.03 0 0.01
HSL 185.16º 0.96% 0.81% -
HSV(B) 185.16º 0.37% 0.99% -
XYZ 64.88 79.87 104.93 -
YUV 220.5 146.34 84.85 -
System Red Green Blue C M Y K H S L
Decimal 160 245 253 0.37 0.03 0 0.01 185.16 0.96 0.81
Hex A0 F5 FD 25 3 0 1 B9 60 51
Octal 240 365 375 45 3 0 1 271 140 121
Binary 10100000 11110101 11111101 100101 11 0 1 10111001 1100000 1010001

Color Harmonies of #A0F5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F5FD

Black with #A0F5FD

Text Example


Text Example

White with #A0F5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F5FD; }

 p { color: rgb(160,245,253); }

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

background-color css

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

 a { background-color: rgb(160,245,253); }

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

border-color css

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

 span { border-color: rgb(160,245,253); }

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