Html Css Color HEX #96FFEC Pale Turquoise

📋 copy color: '#96FFEC'

red 150 ◦ green 255 ◦ blue 236

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

Shades of Pale Turquoise #96FFEC

Tints of Pale Turquoise #96FFEC

RGB

 RED value IS 150 (58.98% from 255) = 23.4%

 GREEN value IS 255 (100% from 255) = 39.78%

 BLUE value IS 236 (92.58% from 255) = 36.82%

R = 23.4%
G = 39.78%
B = 36.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#96FFEC (or 0x96FFEC) is known color: Pale Turquoise. HEX triplet: 96, FF and EC. RGB value is (150,255,236). Sum of RGB (Red+Green+Blue) = 150+255+236=641 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.40% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FFEC is #690013. Grayscale: #DDDDDD. Windows color (decimal): -6881300 or 15531926. OLE color: 15531926.

HSL color Cylindrical-coordinate representation of color #96FFEC: hue angle of 169.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFEC is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 150 255 236 -
CMYK 0.41 0 0.07 0
HSL 169.14º 1% 0.79% -
HSV(B) 169.14º 0.41% 1% -
XYZ 63.48 84.06 92.24 -
YUV 221.44 136.21 77.04 -
System Red Green Blue C M Y K H S L
Decimal 150 255 236 0.41 0 0.07 0 169.14 1 0.79
Hex 96 FF EC 29 0 7 0 A9 64 4F
Octal 226 377 354 51 0 7 0 251 144 117
Binary 10010110 11111111 11101100 101001 0 111 0 10101001 1100100 1001111

Color Harmonies of #96FFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFEC

Black with #96FFEC

Text Example


Text Example

White with #96FFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96FFEC; }

 p { color: rgb(150,255,236); }

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

background-color css

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

 a { background-color: rgb(150,255,236); }

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

border-color css

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

 span { border-color: rgb(150,255,236); }

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