#38EACB

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

Shades of Turquoise #38EACB

Tints of Turquoise #38EACB

Color information

#38EACB (or 0x38EACB) is unknown color: approx Turquoise. HEX triplet: 38, EA and CB. RGB value is (56,234,203). Sum of RGB (Red+Green+Blue) = 56+234+203=493 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.36% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #38EACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38EACB is #C71534. Grayscale: #B1B1B1. Windows color (decimal): -13047093 or 13363768. OLE color: 13363768.

HSL color Cylindrical-coordinate representation of color #38EACB: hue angle of 169.55º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EACB is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB56234203-
CMYK0.7600.130.08
HSL169.55º80.91%56.86%-
HSV(B)169.55º76.07%91.76%-
XYZ41.836466.65-
YUV177.24142.5341.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.36%
GREEN value IS 234 (91.80% from 255) = 47.46%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=11.36%
G=47.46%
B=41.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal562342030.7600.130.08169.5580.9156.86
Hex38EACB4C0D8aa5139
Octal703523131140151025212171
Binary11100011101010110010111001100011011000101010101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38EACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,234,203); }

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

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

 a { background-color: rgb(56,234,203); }

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

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

 span { border-color: rgb(56,234,203); }

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