#93f4e9

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

Shades of Pale Turquoise #93F4E9

Tints of Pale Turquoise #93F4E9

Color information

#93F4E9 (or 0x93F4E9) is unknown color: approx Pale Turquoise. HEX triplet: 93, F4 and E9. RGB value is (147,244,233). Sum of RGB (Red+Green+Blue) = 147+244+233=624 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.56% from 624); Green value is 244 (95.70% from 255 or 39.10% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 244 - color contains mainly: green. Hex color #93F4E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F4E9 is #6C0B16. Grayscale: #D5D5D5. Windows color (decimal): -7080727 or 15332499. OLE color: 15332499.

HSL color Cylindrical-coordinate representation of color #93F4E9: hue angle of 173.2º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F4E9 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB147244233-
CMYK0.4000.050.04
HSL173.2º81.51%76.67%-
HSV(B)173.2º39.75%95.69%-
XYZ59.0976.7988.8-
YUV213.74138.8680.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.56%
GREEN value IS 244 (95.70% from 255) = 39.10%
BLUE value IS 233 (91.41% from 255) = 37.34%
R=23.56%
G=39.10%
B=37.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1472442330.4000.050.04173.281.5176.67
Hex93F4E928054ad524d
Octal22336435150054255122115
Binary10010011111101001110100110100001011001010110110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93f4e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93f4e9; }

 p { color: rgb(147,244,233); }

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

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

 a { background-color: rgb(147,244,233); }

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

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

 span { border-color: rgb(147,244,233); }

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