Html Css Color HEX #A0FBFF Pale Turquoise

📋 copy color: '#A0FBFF'

red 160 ◦ green 251 ◦ blue 255

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

Shades of Pale Turquoise #A0FBFF

Tints of Pale Turquoise #A0FBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.69%

 BLUE value IS 255 (100% from 255) = 38.29%

R = 24.02%
G = 37.69%
B = 38.29%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A0FBFF (or 0xA0FBFF) is known color: Pale Turquoise. HEX triplet: A0, FB and FF. RGB value is (160,251,255). Sum of RGB (Red+Green+Blue) = 160+251+255=666 (88% of max value = 765). Red value is 160 (62.89% from 255 or 24.02% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0FBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FBFF is #5F0400. Grayscale: #E0E0E0. Windows color (decimal): -6226945 or 16776096. OLE color: 16776096.

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

Color convert

RGB 160 251 255 -
CMYK 0.37 0.02 0 0
HSL 182.53º 1% 0.81% -
HSV(B) 182.53º 0.37% 1% -
XYZ 67.04 83.69 107.23 -
YUV 224.25 145.35 82.17 -
System Red Green Blue C M Y K H S L
Decimal 160 251 255 0.37 0.02 0 0 182.53 1 0.81
Hex A0 FB FF 25 2 0 0 B7 64 51
Octal 240 373 377 45 2 0 0 267 144 121
Binary 10100000 11111011 11111111 100101 10 0 0 10110111 1100100 1010001

Color Harmonies of #A0FBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FBFF

Black with #A0FBFF

Text Example


Text Example

White with #A0FBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FBFF; }

 p { color: rgb(160,251,255); }

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

background-color css

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

 a { background-color: rgb(160,251,255); }

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

border-color css

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

 span { border-color: rgb(160,251,255); }

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