Html Css Color HEX #A0FCEE Pale Turquoise

📋 copy color: '#A0FCEE'

red 160 ◦ green 252 ◦ blue 238

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

Shades of Pale Turquoise #A0FCEE

Tints of Pale Turquoise #A0FCEE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.77%

 BLUE value IS 238 (93.36% from 255) = 36.62%

R = 24.62%
G = 38.77%
B = 36.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#A0FCEE (or 0xA0FCEE) is known color: Pale Turquoise. HEX triplet: A0, FC and EE. RGB value is (160,252,238). Sum of RGB (Red+Green+Blue) = 160+252+238=650 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.62% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FCEE is #5F0311. Grayscale: #DEDEDE. Windows color (decimal): -6226706 or 15662240. OLE color: 15662240.

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

Color convert

RGB 160 252 238 -
CMYK 0.37 0 0.06 0.01
HSL 170.87º 0.94% 0.81% -
HSV(B) 170.87º 0.37% 0.99% -
XYZ 64.74 83.27 93.55 -
YUV 222.9 136.52 83.14 -
System Red Green Blue C M Y K H S L
Decimal 160 252 238 0.37 0 0.06 0.01 170.87 0.94 0.81
Hex A0 FC EE 25 0 6 1 AB 5E 51
Octal 240 374 356 45 0 6 1 253 136 121
Binary 10100000 11111100 11101110 100101 0 110 1 10101011 1011110 1010001

Color Harmonies of #A0FCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCEE

Black with #A0FCEE

Text Example


Text Example

White with #A0FCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCEE; }

 p { color: rgb(160,252,238); }

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

background-color css

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

 a { background-color: rgb(160,252,238); }

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

border-color css

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

 span { border-color: rgb(160,252,238); }

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