#38DDC5

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

Shades of Turquoise #38DDC5

Tints of Turquoise #38DDC5

Color information

#38DDC5 (or 0x38DDC5) is unknown color: approx Turquoise. HEX triplet: 38, DD and C5. RGB value is (56,221,197). Sum of RGB (Red+Green+Blue) = 56+221+197=474 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.81% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #38DDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DDC5 is #C7223A. Grayscale: #A8A8A8. Windows color (decimal): -13050427 or 12967224. OLE color: 12967224.

HSL color Cylindrical-coordinate representation of color #38DDC5: hue angle of 171.27º 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 #38DDC5 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB56221197-
CMYK0.7500.110.13
HSL171.27º70.82%54.31%-
HSV(B)171.27º74.66%86.67%-
XYZ37.5756.5861.77-
YUV168.93143.8447.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.81%
GREEN value IS 221 (86.72% from 255) = 46.62%
BLUE value IS 197 (77.34% from 255) = 41.56%
R=11.81%
G=46.62%
B=41.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal562211970.7500.110.13171.2770.8254.31
Hex38DDC54B0BDab4736
Octal703353051130131525310766
Binary11100011011101110001011001011010111101101010111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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