#38E9D5

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

Shades of Turquoise #38E9D5

Tints of Turquoise #38E9D5

Color information

#38E9D5 (or 0x38E9D5) is unknown color: approx Turquoise. HEX triplet: 38, E9 and D5. RGB value is (56,233,213). Sum of RGB (Red+Green+Blue) = 56+233+213=502 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.16% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #38E9D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E9D5 is #C7162A. Grayscale: #B1B1B1. Windows color (decimal): -13047339 or 14018872. OLE color: 14018872.

HSL color Cylindrical-coordinate representation of color #38E9D5: hue angle of 173.22º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E9D5 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB56233213-
CMYK0.7600.090.09
HSL173.22º80.09%56.67%-
HSV(B)173.22º75.97%91.37%-
XYZ42.7863.9273.03-
YUV177.8147.8641.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.16%
GREEN value IS 233 (91.41% from 255) = 46.41%
BLUE value IS 213 (83.59% from 255) = 42.43%
R=11.16%
G=46.41%
B=42.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal562332130.7600.090.09173.2280.0956.67
Hex38E9D54C099ad5039
Octal703513251140111125512071
Binary11100011101001110101011001100010011001101011011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38E9D5; }

 p { color: rgb(56,233,213); }

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

<style>
 a { background-color: #38E9D5; }

 a { background-color: rgb(56,233,213); }

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

<style>
 span { border-color: #38E9D5; }

 span { border-color: rgb(56,233,213); }

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