#38BEBD

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

Shades of Medium Turquoise #38BEBD

Tints of Medium Turquoise #38BEBD

Color information

#38BEBD (or 0x38BEBD) is unknown color: approx Medium Turquoise. HEX triplet: 38, BE and BD. RGB value is (56,190,189). Sum of RGB (Red+Green+Blue) = 56+190+189=435 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.87% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #38BEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BEBD is #C74142. Grayscale: #959595. Windows color (decimal): -13058371 or 12435000. OLE color: 12435000.

HSL color Cylindrical-coordinate representation of color #38BEBD: hue angle of 179.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BEBD is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB56190189-
CMYK0.7100.010.25
HSL179.55º54.47%48.24%-
HSV(B)179.55º70.53%74.51%-
XYZ29.2341.3454.58-
YUV149.82150.1161.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.87%
GREEN value IS 190 (74.61% from 255) = 43.68%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=12.87%
G=43.68%
B=43.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561901890.7100.010.25179.5554.4748.24
Hex38BEBD470119b43630
Octal7027627510701312646660
Binary11100010111110101111011000111011100110110100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,190,189); }

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

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

 a { background-color: rgb(56,190,189); }

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

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

 span { border-color: rgb(56,190,189); }

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