#96F9F3

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

Shades of Pale Turquoise #96F9F3

Tints of Pale Turquoise #96F9F3

Color information

#96F9F3 (or 0x96F9F3) is unknown color: approx Pale Turquoise. HEX triplet: 96, F9 and F3. RGB value is (150,249,243). Sum of RGB (Red+Green+Blue) = 150+249+243=642 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.36% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #96F9F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F9F3 is #69060C. Grayscale: #DADADA. Windows color (decimal): -6882829 or 15989142. OLE color: 15989142.

HSL color Cylindrical-coordinate representation of color #96F9F3: hue angle of 176.36º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F9F3 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB150249243-
CMYK0.4000.020.02
HSL176.36º89.19%78.24%-
HSV(B)176.36º39.76%97.65%-
XYZ62.6380.7197.07-
YUV218.71141.778.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.36%
GREEN value IS 249 (97.66% from 255) = 38.79%
BLUE value IS 243 (95.31% from 255) = 37.85%
R=23.36%
G=38.79%
B=37.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502492430.4000.020.02176.3689.1978.24
Hex96F9F328022b0594e
Octal22637136350022260131116
Binary100101101111100111110011101000010101011000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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