#38C5C9

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

Shades of Medium Turquoise #38C5C9

Tints of Medium Turquoise #38C5C9

Color information

#38C5C9 (or 0x38C5C9) is unknown color: approx Medium Turquoise. HEX triplet: 38, C5 and C9. RGB value is (56,197,201). Sum of RGB (Red+Green+Blue) = 56+197+201=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #38C5C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C5C9 is #C73A36. Grayscale: #9B9B9B. Windows color (decimal): -13056567 or 13223224. OLE color: 13223224.

HSL color Cylindrical-coordinate representation of color #38C5C9: hue angle of 181.66º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C5C9 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB56197201-
CMYK0.720.0200.21
HSL181.66º57.31%50.39%-
HSV(B)181.66º72.14%78.82%-
XYZ32.1444.9962.25-
YUV155.3153.7957.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.33%
GREEN value IS 197 (77.34% from 255) = 43.39%
BLUE value IS 201 (78.91% from 255) = 44.27%
R=12.33%
G=43.39%
B=44.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal561972010.720.0200.21181.6657.3150.39
Hex38C5C9482015b63932
Octal7030531111020252667162
Binary111000110001011100100110010001001010110110110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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