#38CEBA

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

Shades of Medium Turquoise #38CEBA

Tints of Medium Turquoise #38CEBA

Color information

#38CEBA (or 0x38CEBA) is unknown color: approx Medium Turquoise. HEX triplet: 38, CE and BA. RGB value is (56,206,186). Sum of RGB (Red+Green+Blue) = 56+206+186=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #38CEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CEBA is #C73145. Grayscale: #9E9E9E. Windows color (decimal): -13054278 or 12242488. OLE color: 12242488.

HSL color Cylindrical-coordinate representation of color #38CEBA: hue angle of 172º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CEBA is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB56206186-
CMYK0.7300.100.19
HSL172º60.48%51.37%-
HSV(B)172º72.82%80.78%-
XYZ32.5748.5354.1-
YUV158.87143.354.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.5%
GREEN value IS 206 (80.86% from 255) = 45.98%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=12.5%
G=45.98%
B=41.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal562061860.7300.100.1917260.4851.37
Hex38CEBA490A13ac3c33
Octal70316272111012232547463
Binary11100011001110101110101001001010101001110101100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,206,186); }

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

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

 a { background-color: rgb(56,206,186); }

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

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

 span { border-color: rgb(56,206,186); }

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