#38E3D8

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

Shades of Turquoise #38E3D8

Tints of Turquoise #38E3D8

Color information

#38E3D8 (or 0x38E3D8) is unknown color: approx Turquoise. HEX triplet: 38, E3 and D8. RGB value is (56,227,216). Sum of RGB (Red+Green+Blue) = 56+227+216=499 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.22% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 227 - color contains mainly: green. Hex color #38E3D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E3D8 is #C71C27. Grayscale: #AEAEAE. Windows color (decimal): -13048872 or 14213944. OLE color: 14213944.

HSL color Cylindrical-coordinate representation of color #38E3D8: hue angle of 176.14º 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 #38E3D8 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB56227216-
CMYK0.7500.050.11
HSL176.14º75.33%55.49%-
HSV(B)176.14º75.33%89.02%-
XYZ41.4960.7474.5-
YUV174.62151.3543.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.22%
GREEN value IS 227 (89.06% from 255) = 45.49%
BLUE value IS 216 (84.77% from 255) = 43.29%
R=11.22%
G=45.49%
B=43.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal562272160.7500.050.11176.1475.3355.49
Hex38E3D84B05Bb04b37
Octal70343330113051326011367
Binary1110001110001111011000100101101011011101100001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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