#96f3eb

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

Shades of Pale Turquoise #96F3EB

Tints of Pale Turquoise #96F3EB

Color information

#96F3EB (or 0x96F3EB) is unknown color: approx Pale Turquoise. HEX triplet: 96, F3 and EB. RGB value is (150,243,235). Sum of RGB (Red+Green+Blue) = 150+243+235=628 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.89% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #96F3EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F3EB is #690C14. Grayscale: #D6D6D6. Windows color (decimal): -6884373 or 15463318. OLE color: 15463318.

HSL color Cylindrical-coordinate representation of color #96F3EB: hue angle of 174.84º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F3EB is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB150243235-
CMYK0.3800.030.05
HSL174.84º79.49%77.06%-
HSV(B)174.84º38.27%95.29%-
XYZ59.6276.5890.24-
YUV214.28139.6982.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.89%
GREEN value IS 243 (95.31% from 255) = 38.69%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=23.89%
G=38.69%
B=37.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502432350.3800.030.05174.8479.4977.06
Hex96F3EB26035af4f4d
Octal22636335346035257117115
Binary1001011011110011111010111001100111011010111110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96f3eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,243,235); }

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

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

 a { background-color: rgb(150,243,235); }

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

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

 span { border-color: rgb(150,243,235); }

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