#38CABA

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

Shades of Medium Turquoise #38CABA

Tints of Medium Turquoise #38CABA

Color information

#38CABA (or 0x38CABA) is unknown color: approx Medium Turquoise. HEX triplet: 38, CA and BA. RGB value is (56,202,186). Sum of RGB (Red+Green+Blue) = 56+202+186=444 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.61% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #38CABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CABA is #C73545. Grayscale: #9C9C9C. Windows color (decimal): -13055302 or 12241464. OLE color: 12241464.

HSL color Cylindrical-coordinate representation of color #38CABA: hue angle of 173.42º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CABA is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB56202186-
CMYK0.7200.080.21
HSL173.42º57.94%50.59%-
HSV(B)173.42º72.28%79.22%-
XYZ31.6146.6353.79-
YUV156.52144.6356.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.61%
GREEN value IS 202 (79.30% from 255) = 45.50%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=12.61%
G=45.50%
B=41.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal562021860.7200.080.21173.4257.9450.59
Hex38CABA480815ad3a33
Octal70312272110010252557263
Binary11100011001010101110101001000010001010110101101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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