#38C5C3

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

Shades of Medium Turquoise #38C5C3

Tints of Medium Turquoise #38C5C3

Color information

#38C5C3 (or 0x38C5C3) is unknown color: approx Medium Turquoise. HEX triplet: 38, C5 and C3. RGB value is (56,197,195). Sum of RGB (Red+Green+Blue) = 56+197+195=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #38C5C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C5C3 is #C73A3C. Grayscale: #9A9A9A. Windows color (decimal): -13056573 or 12830008. OLE color: 12830008.

HSL color Cylindrical-coordinate representation of color #38C5C3: hue angle of 179.15º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C5C3 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB56197195-
CMYK0.7200.010.23
HSL179.15º55.73%49.61%-
HSV(B)179.15º71.57%77.25%-
XYZ31.4544.7158.6-
YUV154.61150.7957.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.5%
GREEN value IS 197 (77.34% from 255) = 43.97%
BLUE value IS 195 (76.56% from 255) = 43.53%
R=12.5%
G=43.97%
B=43.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal561971950.7200.010.23179.1555.7349.61
Hex38C5C3480117b33832
Octal7030530311001272637062
Binary11100011000101110000111001000011011110110011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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