#38DDB8

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

Shades of Turquoise #38DDB8

Tints of Turquoise #38DDB8

Color information

#38DDB8 (or 0x38DDB8) is unknown color: approx Turquoise. HEX triplet: 38, DD and B8. RGB value is (56,221,184). Sum of RGB (Red+Green+Blue) = 56+221+184=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #38DDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DDB8 is #C72247. Grayscale: #A7A7A7. Windows color (decimal): -13050440 or 12115256. OLE color: 12115256.

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

Color convert

RGB56221184-
CMYK0.7500.170.13
HSL166.55º70.82%54.31%-
HSV(B)166.55º74.66%86.67%-
XYZ36.1456.0154.25-
YUV167.45137.3448.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.15%
GREEN value IS 221 (86.72% from 255) = 47.94%
BLUE value IS 184 (72.27% from 255) = 39.91%
R=12.15%
G=47.94%
B=39.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal562211840.7500.170.13166.5570.8254.31
Hex38DDB84B011Da74736
Octal703352701130211524710766
Binary111000110111011011100010010110100011101101001111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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