#38D2C8

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

Shades of Medium Turquoise #38D2C8

Tints of Medium Turquoise #38D2C8

Color information

#38D2C8 (or 0x38D2C8) is unknown color: approx Medium Turquoise. HEX triplet: 38, D2 and C8. RGB value is (56,210,200). Sum of RGB (Red+Green+Blue) = 56+210+200=466 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.02% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #38D2C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D2C8 is #C72D37. Grayscale: #A2A2A2. Windows color (decimal): -13053240 or 13161016. OLE color: 13161016.

HSL color Cylindrical-coordinate representation of color #38D2C8: hue angle of 176.1º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D2C8 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB56210200-
CMYK0.7300.050.18
HSL176.1º63.11%52.16%-
HSV(B)176.1º73.33%82.35%-
XYZ35.151.162.66-
YUV162.81148.9851.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.02%
GREEN value IS 210 (82.42% from 255) = 45.06%
BLUE value IS 200 (78.52% from 255) = 42.92%
R=12.02%
G=45.06%
B=42.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal562102000.7300.050.18176.163.1152.16
Hex38D2C8490512b03f34
Octal7032231011105222607764
Binary1110001101001011001000100100101011001010110000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,210,200); }

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

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

 a { background-color: rgb(56,210,200); }

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

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

 span { border-color: rgb(56,210,200); }

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