Html Css Color HEX #A2FCED Pale Turquoise

📋 copy color: '#A2FCED'

red 162 ◦ green 252 ◦ blue 237

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

Shades of Pale Turquoise #A2FCED

Tints of Pale Turquoise #A2FCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.41%

R = 24.88%
G = 38.71%
B = 36.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#A2FCED (or 0xA2FCED) is known color: Pale Turquoise. HEX triplet: A2, FC and ED. RGB value is (162,252,237). Sum of RGB (Red+Green+Blue) = 162+252+237=651 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.88% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FCED is #5D0312. Grayscale: #DFDFDF. Windows color (decimal): -6095635 or 15596706. OLE color: 15596706.

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

Color convert

RGB 162 252 237 -
CMYK 0.36 0 0.06 0.01
HSL 170º 0.94% 0.81% -
HSV(B) 170º 0.36% 0.99% -
XYZ 65 83.42 92.8 -
YUV 223.38 135.68 84.22 -
System Red Green Blue C M Y K H S L
Decimal 162 252 237 0.36 0 0.06 0.01 170 0.94 0.81
Hex A2 FC ED 24 0 6 1 AA 5E 51
Octal 242 374 355 44 0 6 1 252 136 121
Binary 10100010 11111100 11101101 100100 0 110 1 10101010 1011110 1010001

Color Harmonies of #A2FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FCED

Black with #A2FCED

Text Example


Text Example

White with #A2FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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