#93F9EA

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

Shades of Pale Turquoise #93F9EA

Tints of Pale Turquoise #93F9EA

Color information

#93F9EA (or 0x93F9EA) is unknown color: approx Pale Turquoise. HEX triplet: 93, F9 and EA. RGB value is (147,249,234). Sum of RGB (Red+Green+Blue) = 147+249+234=630 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.33% from 630); Green value is 249 (97.66% from 255 or 39.52% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 249 - color contains mainly: green. Hex color #93F9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F9EA is #6C0615. Grayscale: #D8D8D8. Windows color (decimal): -7079446 or 15399315. OLE color: 15399315.

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

Color convert

RGB147249234-
CMYK0.4100.060.02
HSL171.18º89.47%77.65%-
HSV(B)171.18º40.96%97.65%-
XYZ60.7679.8990.06-
YUV216.79137.7178.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.33%
GREEN value IS 249 (97.66% from 255) = 39.52%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=23.33%
G=39.52%
B=37.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472492340.4100.060.02171.1889.4777.65
Hex93F9EA29062ab594e
Octal22337135251062253131116
Binary1001001111111001111010101010010110101010101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,249,234); }

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

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

 a { background-color: rgb(147,249,234); }

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

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

 span { border-color: rgb(147,249,234); }

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