#38DEB9

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

Shades of Turquoise #38DEB9

Tints of Turquoise #38DEB9

Color information

#38DEB9 (or 0x38DEB9) is unknown color: approx Turquoise. HEX triplet: 38, DE and B9. RGB value is (56,222,185). Sum of RGB (Red+Green+Blue) = 56+222+185=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #38DEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DEB9 is #C72146. Grayscale: #A8A8A8. Windows color (decimal): -13050183 or 12181048. OLE color: 12181048.

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

Color convert

RGB56222185-
CMYK0.7500.170.13
HSL166.63º71.55%54.51%-
HSV(B)166.63º74.77%87.06%-
XYZ36.5156.5954.9-
YUV168.15137.548.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.10%
GREEN value IS 222 (87.11% from 255) = 47.95%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=12.10%
G=47.95%
B=39.96%

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
Decimal562221850.7500.170.13166.6371.5554.51
Hex38DEB94B011Da74837
Octal703362711130211524711067
Binary111000110111101011100110010110100011101101001111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,222,185); }

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

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

 a { background-color: rgb(56,222,185); }

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

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

 span { border-color: rgb(56,222,185); }

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