Html Css Color HEX #A0FBFE Pale Turquoise

📋 copy color: '#A0FBFE'

red 160 ◦ green 251 ◦ blue 254

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

Shades of Pale Turquoise #A0FBFE

Tints of Pale Turquoise #A0FBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.2%

R = 24.06%
G = 37.74%
B = 38.2%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A0FBFE (or 0xA0FBFE) is known color: Pale Turquoise. HEX triplet: A0, FB and FE. RGB value is (160,251,254). Sum of RGB (Red+Green+Blue) = 160+251+254=665 (88% of max value = 765). Red value is 160 (62.89% from 255 or 24.06% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0FBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FBFE is #5F0401. Grayscale: #E0E0E0. Windows color (decimal): -6226946 or 16710560. OLE color: 16710560.

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

Color convert

RGB 160 251 254 -
CMYK 0.37 0.01 0 0.00
HSL 181.91º 0.98% 0.81% -
HSV(B) 181.91º 0.37% 1% -
XYZ 66.88 83.62 106.38 -
YUV 224.13 144.85 82.26 -
System Red Green Blue C M Y K H S L
Decimal 160 251 254 0.37 0.01 0 0.00 181.91 0.98 0.81
Hex A0 FB FE 25 1 0 0 B6 62 51
Octal 240 373 376 45 1 0 0 266 142 121
Binary 10100000 11111011 11111110 100101 1 0 0 10110110 1100010 1010001

Color Harmonies of #A0FBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FBFE

Black with #A0FBFE

Text Example


Text Example

White with #A0FBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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