#38C4D3

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

Shades of Medium Turquoise #38C4D3

Tints of Medium Turquoise #38C4D3

Color information

#38C4D3 (or 0x38C4D3) is unknown color: approx Medium Turquoise. HEX triplet: 38, C4 and D3. RGB value is (56,196,211). Sum of RGB (Red+Green+Blue) = 56+196+211=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 211 - color contains mainly: blue. Hex color #38C4D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C4D3 is #C73B2C. Grayscale: #9B9B9B. Windows color (decimal): -13056813 or 13878328. OLE color: 13878328.

HSL color Cylindrical-coordinate representation of color #38C4D3: hue angle of 185.81º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38C4D3 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB56196211-
CMYK0.730.0700.17
HSL185.81º63.79%52.35%-
HSV(B)185.81º73.46%82.75%-
XYZ33.1345.0268.57-
YUV155.85159.1256.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.10%
GREEN value IS 196 (76.95% from 255) = 42.33%
BLUE value IS 211 (82.81% from 255) = 45.57%
R=12.10%
G=42.33%
B=45.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal561962110.730.0700.17185.8163.7952.35
Hex38C4D3497011ba4034
Octal70304323111702127210064
Binary11100011000100110100111001001111010001101110101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,196,211); }

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

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

 a { background-color: rgb(56,196,211); }

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

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

 span { border-color: rgb(56,196,211); }

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