#38E3D9

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

Shades of Turquoise #38E3D9

Tints of Turquoise #38E3D9

Color information

#38E3D9 (or 0x38E3D9) is unknown color: approx Turquoise. HEX triplet: 38, E3 and D9. RGB value is (56,227,217). Sum of RGB (Red+Green+Blue) = 56+227+217=500 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.2% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #38E3D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E3D9 is #C71C26. Grayscale: #AEAEAE. Windows color (decimal): -13048871 or 14279480. OLE color: 14279480.

HSL color Cylindrical-coordinate representation of color #38E3D9: hue angle of 176.49º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E3D9 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB56227217-
CMYK0.7500.040.11
HSL176.49º75.33%55.49%-
HSV(B)176.49º75.33%89.02%-
XYZ41.6260.7975.19-
YUV174.73151.8543.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.2%
GREEN value IS 227 (89.06% from 255) = 45.4%
BLUE value IS 217 (85.16% from 255) = 43.4%
R=11.2%
G=45.4%
B=43.4%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal562272170.7500.040.11176.4975.3355.49
Hex38E3D94B04Bb04b37
Octal70343331113041326011367
Binary1110001110001111011001100101101001011101100001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,227,217); }

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

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

 a { background-color: rgb(56,227,217); }

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

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

 span { border-color: rgb(56,227,217); }

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