Html Css Color HEX #A0F8FD Pale Turquoise

📋 copy color: '#A0F8FD'

red 160 ◦ green 248 ◦ blue 253

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

Shades of Pale Turquoise #A0F8FD

Tints of Pale Turquoise #A0F8FD

RGB

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

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

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

R = 24.21%
G = 37.52%
B = 38.28%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A0F8FD (or 0xA0F8FD) is known color: Pale Turquoise. HEX triplet: A0, F8 and FD. RGB value is (160,248,253). Sum of RGB (Red+Green+Blue) = 160+248+253=661 (87% of max value = 765). Red value is 160 (62.89% from 255 or 24.21% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0F8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F8FD is #5F0702. Grayscale: #DEDEDE. Windows color (decimal): -6227715 or 16644256. OLE color: 16644256.

HSL color Cylindrical-coordinate representation of color #A0F8FD: hue angle of 183.23º 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 #A0F8FD is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 248 253 -
CMYK 0.37 0.02 0 0.01
HSL 183.23º 0.96% 0.81% -
HSV(B) 183.23º 0.37% 0.99% -
XYZ 65.79 81.7 105.23 -
YUV 222.26 145.35 83.59 -
System Red Green Blue C M Y K H S L
Decimal 160 248 253 0.37 0.02 0 0.01 183.23 0.96 0.81
Hex A0 F8 FD 25 2 0 1 B7 60 51
Octal 240 370 375 45 2 0 1 267 140 121
Binary 10100000 11111000 11111101 100101 10 0 1 10110111 1100000 1010001

Color Harmonies of #A0F8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F8FD

Black with #A0F8FD

Text Example


Text Example

White with #A0F8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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