#38edb3

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

Shades of Turquoise #38EDB3

Tints of Turquoise #38EDB3

Color information

#38EDB3 (or 0x38EDB3) is unknown color: approx Turquoise. HEX triplet: 38, ED and B3. RGB value is (56,237,179). Sum of RGB (Red+Green+Blue) = 56+237+179=472 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.86% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #38EDB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EDB3 is #C7124C. Grayscale: #B0B0B0. Windows color (decimal): -13046349 or 11791672. OLE color: 11791672.

HSL color Cylindrical-coordinate representation of color #38EDB3: hue angle of 160.77º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EDB3 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB56237179-
CMYK0.7600.240.07
HSL160.77º83.41%57.45%-
HSV(B)160.77º76.37%92.94%-
XYZ40.0564.6653.02-
YUV176.27129.5342.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.86%
GREEN value IS 237 (92.97% from 255) = 50.21%
BLUE value IS 179 (70.31% from 255) = 37.92%
R=11.86%
G=50.21%
B=37.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal562371790.7600.240.07160.7783.4157.45
Hex38EDB34C0187a15339
Octal70355263114030724112371
Binary11100011101101101100111001100011000111101000011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38edb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,237,179); }

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

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

 a { background-color: rgb(56,237,179); }

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

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

 span { border-color: rgb(56,237,179); }

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