Html Css Color HEX #A2F9FE Pale Turquoise

📋 copy color: '#A2F9FE'

red 162 ◦ green 249 ◦ blue 254

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

Shades of Pale Turquoise #A2F9FE

Tints of Pale Turquoise #A2F9FE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.44%

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

R = 24.36%
G = 37.44%
B = 38.2%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A2F9FE (or 0xA2F9FE) is known color: Pale Turquoise. HEX triplet: A2, F9 and FE. RGB value is (162,249,254). Sum of RGB (Red+Green+Blue) = 162+249+254=665 (88% of max value = 765). Red value is 162 (63.67% from 255 or 24.36% from 665); Green value is 249 (97.66% from 255 or 37.44% 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 #A2F9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F9FE is #5D0601. Grayscale: #DFDFDF. Windows color (decimal): -6096386 or 16710050. OLE color: 16710050.

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

Color convert

RGB 162 249 254 -
CMYK 0.36 0.02 0 0.00
HSL 183.26º 0.98% 0.82% -
HSV(B) 183.26º 0.36% 1% -
XYZ 66.67 82.59 106.19 -
YUV 223.56 145.18 84.09 -
System Red Green Blue C M Y K H S L
Decimal 162 249 254 0.36 0.02 0 0.00 183.26 0.98 0.82
Hex A2 F9 FE 24 2 0 0 B7 62 52
Octal 242 371 376 44 2 0 0 267 142 122
Binary 10100010 11111001 11111110 100100 10 0 0 10110111 1100010 1010010

Color Harmonies of #A2F9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F9FE

Black with #A2F9FE

Text Example


Text Example

White with #A2F9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F9FE; }

 p { color: rgb(162,249,254); }

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

background-color css

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

 a { background-color: rgb(162,249,254); }

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

border-color css

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

 span { border-color: rgb(162,249,254); }

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