Html Css Color HEX #A2FCEF Pale Turquoise

📋 copy color: '#A2FCEF'

red 162 ◦ green 252 ◦ blue 239

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

Shades of Pale Turquoise #A2FCEF

Tints of Pale Turquoise #A2FCEF

RGB

 RED value IS 162 (63.67% from 255) = 24.81%

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

 BLUE value IS 239 (93.75% from 255) = 36.6%

R = 24.81%
G = 38.59%
B = 36.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#A2FCEF (or 0xA2FCEF) is known color: Pale Turquoise. HEX triplet: A2, FC and EF. RGB value is (162,252,239). Sum of RGB (Red+Green+Blue) = 162+252+239=653 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.81% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FCEF is #5D0310. Grayscale: #DFDFDF. Windows color (decimal): -6095633 or 15727778. OLE color: 15727778.

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

Color convert

RGB 162 252 239 -
CMYK 0.36 0 0.05 0.01
HSL 171.33º 0.94% 0.81% -
HSV(B) 171.33º 0.36% 0.99% -
XYZ 65.29 83.53 94.34 -
YUV 223.61 136.68 84.06 -
System Red Green Blue C M Y K H S L
Decimal 162 252 239 0.36 0 0.05 0.01 171.33 0.94 0.81
Hex A2 FC EF 24 0 5 1 AB 5E 51
Octal 242 374 357 44 0 5 1 253 136 121
Binary 10100010 11111100 11101111 100100 0 101 1 10101011 1011110 1010001

Color Harmonies of #A2FCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FCEF

Black with #A2FCEF

Text Example


Text Example

White with #A2FCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FCEF; }

 p { color: rgb(162,252,239); }

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

background-color css

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

 a { background-color: rgb(162,252,239); }

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

border-color css

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

 span { border-color: rgb(162,252,239); }

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