#96EFE6

Color #96EFE6 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #96EFE6

Tints of Pale Turquoise #96EFE6

Color information

#96EFE6 (or 0x96EFE6) is unknown color: approx Pale Turquoise. HEX triplet: 96, EF and E6. RGB value is (150,239,230). Sum of RGB (Red+Green+Blue) = 150+239+230=619 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.23% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EFE6 is #691019. Grayscale: #D3D3D3. Windows color (decimal): -6885402 or 15134614. OLE color: 15134614.

HSL color Cylindrical-coordinate representation of color #96EFE6: hue angle of 173.93º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFE6 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB150239230-
CMYK0.3700.040.06
HSL173.93º73.55%76.27%-
HSV(B)173.93º37.24%93.73%-
XYZ57.7373.9386.09-
YUV211.36138.5184.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.23%
GREEN value IS 239 (93.75% from 255) = 38.61%
BLUE value IS 230 (90.23% from 255) = 37.16%
R=24.23%
G=38.61%
B=37.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502392300.3700.040.06173.9373.5576.27
Hex96EFE625046ae4a4c
Octal22635734645046256112114
Binary10010110111011111110011010010101001101010111010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,239,230); }

 H1.HeaderClassName
 {
   color: #96EFE6;
 }
 .AnyTagClassName
 {
   color: #96EFE6;
 }
</style>
background-color css

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

 a { background-color: rgb(150,239,230); }

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

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

 span { border-color: rgb(150,239,230); }

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