#38C3BB

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

Shades of Medium Turquoise #38C3BB

Tints of Medium Turquoise #38C3BB

Color information

#38C3BB (or 0x38C3BB) is unknown color: approx Medium Turquoise. HEX triplet: 38, C3 and BB. RGB value is (56,195,187). Sum of RGB (Red+Green+Blue) = 56+195+187=438 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.79% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #38C3BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C3BB is #C73C44. Grayscale: #989898. Windows color (decimal): -13057093 or 12305208. OLE color: 12305208.

HSL color Cylindrical-coordinate representation of color #38C3BB: hue angle of 176.55º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C3BB is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB56195187-
CMYK0.7100.040.24
HSL176.55º55.38%49.22%-
HSV(B)176.55º71.28%76.47%-
XYZ30.1243.4653.81-
YUV152.53147.4559.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.79%
GREEN value IS 195 (76.56% from 255) = 44.52%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=12.79%
G=44.52%
B=42.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal561951870.7100.040.24176.5555.3849.22
Hex38C3BB470418b13731
Octal7030327310704302616761
Binary1110001100001110111011100011101001100010110001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,195,187); }

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

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

 a { background-color: rgb(56,195,187); }

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

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

 span { border-color: rgb(56,195,187); }

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