#38E3DA

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

Shades of Turquoise #38E3DA

Tints of Turquoise #38E3DA

Color information

#38E3DA (or 0x38E3DA) is unknown color: approx Turquoise. HEX triplet: 38, E3 and DA. RGB value is (56,227,218). Sum of RGB (Red+Green+Blue) = 56+227+218=501 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.18% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 227 - color contains mainly: green. Hex color #38E3DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38E3DA is #C71C25. Grayscale: #AEAEAE. Windows color (decimal): -13048870 or 14345016. OLE color: 14345016.

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

Color convert

RGB56227218-
CMYK0.7500.040.11
HSL176.84º75.33%55.49%-
HSV(B)176.84º75.33%89.02%-
XYZ41.7560.8475.87-
YUV174.84152.3543.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.18%
GREEN value IS 227 (89.06% from 255) = 45.31%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=11.18%
G=45.31%
B=43.51%

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
Decimal562272180.7500.040.11176.8475.3355.49
Hex38E3DA4B04Bb14b37
Octal70343332113041326111367
Binary1110001110001111011010100101101001011101100011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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