#38DDC4

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

Shades of Turquoise #38DDC4

Tints of Turquoise #38DDC4

Color information

#38DDC4 (or 0x38DDC4) is unknown color: approx Turquoise. HEX triplet: 38, DD and C4. RGB value is (56,221,196). Sum of RGB (Red+Green+Blue) = 56+221+196=473 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.84% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #38DDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DDC4 is #C7223B. Grayscale: #A8A8A8. Windows color (decimal): -13050428 or 12901688. OLE color: 12901688.

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

Color convert

RGB56221196-
CMYK0.7500.110.13
HSL170.91º70.82%54.31%-
HSV(B)170.91º74.66%86.67%-
XYZ37.4556.5461.16-
YUV168.82143.3447.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.84%
GREEN value IS 221 (86.72% from 255) = 46.72%
BLUE value IS 196 (76.95% from 255) = 41.44%
R=11.84%
G=46.72%
B=41.44%

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
Decimal562211960.7500.110.13170.9170.8254.31
Hex38DDC44B0BDab4736
Octal703353041130131525310766
Binary11100011011101110001001001011010111101101010111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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