#93F7ED

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

Shades of Pale Turquoise #93F7ED

Tints of Pale Turquoise #93F7ED

Color information

#93F7ED (or 0x93F7ED) is unknown color: approx Pale Turquoise. HEX triplet: 93, F7 and ED. RGB value is (147,247,237). Sum of RGB (Red+Green+Blue) = 147+247+237=631 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.30% from 631); Green value is 247 (96.88% from 255 or 39.14% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 247 - color contains mainly: green. Hex color #93F7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F7ED is #6C0812. Grayscale: #D7D7D7. Windows color (decimal): -7079955 or 15595411. OLE color: 15595411.

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

Color convert

RGB147247237-
CMYK0.4000.040.03
HSL174º86.21%77.25%-
HSV(B)174º40.49%96.86%-
XYZ60.5878.8492.15-
YUV215.96139.8778.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.30%
GREEN value IS 247 (96.88% from 255) = 39.14%
BLUE value IS 237 (92.97% from 255) = 37.56%
R=23.30%
G=39.14%
B=37.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472472370.4000.040.0317486.2177.25
Hex93F7ED28043ae564d
Octal22336735550043256126115
Binary1001001111110111111011011010000100111010111010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,247,237); }

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

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

 a { background-color: rgb(147,247,237); }

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

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

 span { border-color: rgb(147,247,237); }

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