#38DDC2

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

Shades of Turquoise #38DDC2

Tints of Turquoise #38DDC2

Color information

#38DDC2 (or 0x38DDC2) is unknown color: approx Turquoise. HEX triplet: 38, DD and C2. RGB value is (56,221,194). Sum of RGB (Red+Green+Blue) = 56+221+194=471 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.89% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #38DDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DDC2 is #C7223D. Grayscale: #A8A8A8. Windows color (decimal): -13050430 or 12770616. OLE color: 12770616.

HSL color Cylindrical-coordinate representation of color #38DDC2: hue angle of 170.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DDC2 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB56221194-
CMYK0.7500.120.13
HSL170.18º70.82%54.31%-
HSV(B)170.18º74.66%86.67%-
XYZ37.2256.4559.97-
YUV168.59142.3447.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.89%
GREEN value IS 221 (86.72% from 255) = 46.92%
BLUE value IS 194 (76.17% from 255) = 41.19%
R=11.89%
G=46.92%
B=41.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal562211940.7500.120.13170.1870.8254.31
Hex38DDC24B0CDaa4736
Octal703353021130141525210766
Binary11100011011101110000101001011011001101101010101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,221,194); }

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

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

 a { background-color: rgb(56,221,194); }

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

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

 span { border-color: rgb(56,221,194); }

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