#38DDC3

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

Shades of Turquoise #38DDC3

Tints of Turquoise #38DDC3

Color information

#38DDC3 (or 0x38DDC3) is unknown color: approx Turquoise. HEX triplet: 38, DD and C3. RGB value is (56,221,195). Sum of RGB (Red+Green+Blue) = 56+221+195=472 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.86% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #38DDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DDC3 is #C7223C. Grayscale: #A8A8A8. Windows color (decimal): -13050429 or 12836152. OLE color: 12836152.

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

Color convert

RGB56221195-
CMYK0.7500.120.13
HSL170.55º70.82%54.31%-
HSV(B)170.55º74.66%86.67%-
XYZ37.3456.4960.57-
YUV168.7142.8447.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.86%
GREEN value IS 221 (86.72% from 255) = 46.82%
BLUE value IS 195 (76.56% from 255) = 41.31%
R=11.86%
G=46.82%
B=41.31%

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
Decimal562211950.7500.120.13170.5570.8254.31
Hex38DDC34B0CDab4736
Octal703353031130141525310766
Binary11100011011101110000111001011011001101101010111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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